System.Web.TraceContextEventArgs Class

Provides a collection of trace records to any method that handles the TraceContext.TraceFinished event. This class cannot be inherited.

See Also: TraceContextEventArgs Members

Syntax

public sealed class TraceContextEventArgs : EventArgs

Remarks

The System.Web.TraceContextEventArgs class is used by the System.Web.TraceContext class to provide access to trace records after all the tracing information is gathered during HTTP request processing. By adding an event handler delegate to handle the TraceContext.TraceFinished event, you can process the records, record them to your own data store, or provide them as input to a profiling tool.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0