ISAPIRuntime.ProcessRequest(IntPtr, Int32) 方法

定义

创建新的 HttpWorkerRequest 对象来处理当前的请求。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 virtual int ProcessRequest(IntPtr ecb, int iWRType);
public int ProcessRequest (IntPtr ecb, int iWRType);
abstract member ProcessRequest : nativeint * int -> int
override this.ProcessRequest : nativeint * int -> int
Public Function ProcessRequest (ecb As IntPtr, iWRType As Integer) As Integer

参数

ecb
IntPtr

nativeint

ISAPI 扩展控制块。

iWRType
Int32

若为 0,则创建进程外请求;否则创建进程内请求。

返回

Int32

如果成功创建 HttpWorkerRequest,则为 0;否则为 1。

实现

适用于