Mono Class Library: System.Web.HttpRuntime Overview | Members

System.Web.HttpRuntime.ProcessRequest Method

Processes a request.

public static void ProcessRequest (HttpWorkerRequest wr)

Parameters

wr
An System.Web.HttpWorkerRequest instance.

Remarks

This method executes the HTTP pipeline.

The provided object is the interface between the pipeline and the HTTP Request.

The System.Web.HttpWorkerRequest class defines the interface that must be exposed by a server so that it can be hooked up to ASP.NET'. Typically this is a front-end for an incoming HTTP request from the network, but an implementation can do anything it wants and this can be used to process ASP.NET requests even without a network connection.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0