ISAPIRuntime.ProcessRequest Method (IntPtr, Int32)
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
[<SecurityPermissionAttribute(SecurityAction.LinkDemand, Unrestricted = true)>] abstract ProcessRequest : ecb:nativeint * iWRType:int -> int [<SecurityPermissionAttribute(SecurityAction.LinkDemand, Unrestricted = true)>] override ProcessRequest : ecb:nativeint * iWRType:int -> int
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: