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을 사용하여 Out-of-process 요청을 만듭니다. 그렇지 않으면 In-Process 요청이 생성됩니다.

반품

성공적으로 만들어진 경우 HttpWorkerRequest 0, 그렇지 않으면 1입니다.

구현

적용 대상