HttpRuntime::ProcessRequest Method (HttpWorkerRequest^)
.NET Framework (current version)
Drives all ASP.NET Web processing execution.
Assembly: System.Web (in System.Web.dll)
public: [AspNetHostingPermissionAttribute(SecurityAction::Demand, Level = AspNetHostingPermissionLevel::Medium)] static void ProcessRequest( HttpWorkerRequest^ wr )
Parameters
- wr
-
Type:
System.Web::HttpWorkerRequest^
An HttpWorkerRequest for the current application.
| Exception | Condition |
|---|---|
| ArgumentNullException | The wr parameter is null. |
| PlatformNotSupportedException | The Web application is running under IIS 7 in Integrated mode. |
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: