TraceHandler.IHttpHandler.ProcessRequest Method (HttpContext)
.NET Framework (current version)
Processes an HTTP request.
Assembly: System.Web (in System.Web.dll)
private abstract ProcessRequest : context:HttpContext -> unit private override ProcessRequest : context:HttpContext -> unit
Parameters
- context
-
Type:
System.Web.HttpContext
An HttpContext object that provides access to the current Request and Response instances.
Implements
IHttpHandler.ProcessRequest(HttpContext)This method writes all current trace information to the HttpResponse. The trace information includes information on the state of the Web server, the current session, the control tree for the current page, HTTP request parameters, and recent HTTP requests processed by the server.
.NET Framework
Available since 1.1
Available since 1.1
Show: