This documentation is archived and is not being maintained.
HttpContext.Trace Property
.NET Framework 1.1
Gets the TraceContext object for the current HTTP response.
[Visual Basic] Public ReadOnly Property Trace As TraceContext [C#] public TraceContext Trace {get;} [C++] public: __property TraceContext* get_Trace(); [JScript] public function get Trace() : TraceContext;
Property Value
The TraceContext object for the current HTTP response.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpContext Class | HttpContext Members | System.Web Namespace
Show: