HttpRuntime.ProcessRequest(HttpWorkerRequest) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
驅動所有 ASP.NET Web 處理的執行。
public:
static void ProcessRequest(System::Web::HttpWorkerRequest ^ wr);
public static void ProcessRequest (System.Web.HttpWorkerRequest wr);
static member ProcessRequest : System.Web.HttpWorkerRequest -> unit
Public Shared Sub ProcessRequest (wr As HttpWorkerRequest)
參數
目前應用程式的 HttpWorkerRequest。
例外狀況
wr
參數為 null
。
Web 應用程式正在 IIS 7 下的整合模式中執行。
備註
當您的程式碼實作自己的裝載環境時,會提供這個方法以供使用。 當您的程式碼實作自己的 HttpWorkerRequest 時,也可以用來執行子要求。