HttpContextWrapper::Trace Property

 

Gets the TraceContext object for the current HTTP response.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property TraceContext^ Trace {
	virtual TraceContext^ get() override;
}

Property Value

Type: System.Web::TraceContext^

The trace object for the current HTTP response.

.NET Framework
Available since 3.5
Return to top
Show: