TraceHandler.IHttpHandler.ProcessRequest Method (HttpContext)

 

Processes an HTTP request.

Namespace:   System.Web.Handlers
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.

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
Return to top
Show: