HttpRuntime.ProcessRequest(HttpWorkerRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Drives all ASP.NET Web processing execution.
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)
Parameters
An HttpWorkerRequest for the current application.
Exceptions
The wr
parameter is null
.
The Web application is running under IIS 7 in Integrated mode.
Remarks
This method is provided for use when your code implements its own hosting environment. It also can be used to execute child requests when your code implements its own HttpWorkerRequest.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.