ISAPIRuntime.ProcessRequest(IntPtr, Int32) Metoda

Definicja

Tworzy nowy HttpWorkerRequest obiekt do przetwarzania bieżącego żądania.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Parametry

ecb
IntPtr

nativeint

Blok sterowania rozszerzenia ISAPI.

iWRType
Int32

0 w celu utworzenia żądania poza procesem; W przeciwnym razie zostanie utworzone żądanie w trakcie przetwarzania.

Zwraca

Int32

0, jeśli HttpWorkerRequest został utworzony pomyślnie; w przeciwnym razie 1.

Implementuje

Dotyczy