TraceHandler.IHttpHandler.ProcessRequest(HttpContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Processes an HTTP request.
virtual void System.Web.IHttpHandler.ProcessRequest(System::Web::HttpContext ^ context) = System::Web::IHttpHandler::ProcessRequest;
void IHttpHandler.ProcessRequest (System.Web.HttpContext context);
abstract member System.Web.IHttpHandler.ProcessRequest : System.Web.HttpContext -> unit
override this.System.Web.IHttpHandler.ProcessRequest : System.Web.HttpContext -> unit
Sub ProcessRequest (context As HttpContext) Implements IHttpHandler.ProcessRequest
Parameters
- context
- HttpContext
An HttpContext object that provides access to the current Request
and Response
instances.
Implements
Remarks
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.