System.Web.DefaultHttpHandler.ProcessRequest Method

Enables a System.Web.DefaultHttpHandler object to process of HTTP Web requests.

Syntax

public virtual void ProcessRequest (HttpContext context)

Parameters

context
An object that provides references to intrinsic server objects used to service HTTP requests.

Remarks

The DefaultHttpHandler.ProcessRequest(HttpContext) method should not be called synchronously. Classes that are derived from the System.Web.DefaultHttpHandler class can override the DefaultHttpHandler.ProcessRequest(HttpContext) to provide customized request processing.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0