TraceHandler.ProcessRequest Method

Processes an HTTP request.

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

protected:
void ProcessRequest (
	HttpContext^ context
)
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.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: