TraceHandler::ProcessRequest Method (HttpContext^)

 

Processes an HTTP request.

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

protected:
void ProcessRequest(
	HttpContext^ context
)

Parameters

context
Type: System.Web::HttpContext^

An HttpContext object that provides access to the current Request and Response instances.

The ProcessRequest method writes an HttpResponse that includes all current trace information. The trace information includes calls to the protectedShowDetails, ShowRequests, and ShowVersionDetails methods.

The TraceHandler class implements the ProcessRequest method to delegate to the implementation of the ProcessRequest method. If you extend the TraceHandler class, implement your own ProcessRequest method to display different tracing information.

.NET Framework
Available since 2.0
Return to top
Show: