TraceHandler.ProcessRequest Method
.NET Framework 2.0
Processes an HTTP request.
Namespace: System.Web.Handlers
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void ProcessRequest ( HttpContext context )
protected function ProcessRequest ( context : HttpContext )
Not applicable.
Parameters
- context
An HttpContext object that provides access to the current Request and Response.
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 TraceHandler.ProcessRequest method to delegate to the implementation of the TraceHandler.System.Web.IHttpHandler.ProcessRequest method. If you extend the TraceHandler class, implement your own ProcessRequest method to display different tracing information.
Community Additions
ADD
Show: