System.Web.Hosting.IISAPIRuntime.ProcessRequest Method

Creates a new System.Web.HttpWorkerRequest object to process the current request.

Syntax

public int ProcessRequest (IntPtr ecb, int useProcessModel)

Parameters

ecb
An ISAPI extension control block.
useProcessModel
0 to create an out-of-process request; otherwise, an in-process request is created.

Returns

0 if System.Web.HttpWorkerRequest was created successfully; otherwise, 1.

Remarks

Documentation for this section has not yet been entered.

Requirements

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