ISAPIRuntime.ProcessRequest Method (IntPtr, Int32)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a new HttpWorkerRequest object to process the current request.

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

<SecurityPermissionAttribute(SecurityAction.LinkDemand, Unrestricted := True)>
Public Function ProcessRequest (
	ecb As IntPtr,
	iWRType As Integer
) As Integer

Parameters

ecb
Type: System.IntPtr

An ISAPI extension control block.

iWRType
Type: System.Int32

0 to create an out-of-process request; otherwise, an in-process request is created.

Return Value

Type: System.Int32

0 if HttpWorkerRequest was created successfully; otherwise, 1.

.NET Framework
Available since 1.1
Return to top
Show: