System.Web.HttpRuntime.ProcessRequest Method

Drives all ASP.NET Web processing execution.

Syntax

public static void ProcessRequest (HttpWorkerRequest wr)

Parameters

wr
An System.Web.HttpWorkerRequest for the current application.

Remarks

This method is provided for use when your code implements its own hosting environment. It also can be used to execute child requests when your code implements its own System.Web.HttpWorkerRequest.

Requirements

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