HttpContextWrapper.Trace Property

Definition

Gets the TraceContext object for the current HTTP response.

public:
 virtual property System::Web::TraceContext ^ Trace { System::Web::TraceContext ^ get(); };
public override System.Web.TraceContext Trace { get; }
member this.Trace : System.Web.TraceContext
Public Overrides ReadOnly Property Trace As TraceContext

Property Value

The trace object for the current HTTP response.

Applies to