NET Logging Library
Context Property



KellermanSoftware.NetLoggingLibrary.Targets Namespace > AspTraceTarget Class : Context Property
Specify the HttpContext for ASP.NET Trace
Syntax
<XmlIgnoreAttribute()>
Public Property Context As HttpContext
Dim instance As AspTraceTarget
Dim value As HttpContext
 
instance.Context = value
 
value = instance.Context
[XmlIgnore()]
public HttpContext Context {get; set;}
[XmlIgnore()]
public:
property HttpContext^ Context {
   HttpContext^ get();
   void set (    HttpContext^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AspTraceTarget Class
AspTraceTarget Members