This documentation is archived and is not being maintained.
HttpRuntime::ProcessRequest Method
Visual Studio 2010
Drives all ASP.NET Web processing execution.
Assembly: System.Web (in System.Web.dll)
[AspNetHostingPermissionAttribute(SecurityAction::Demand, Level = AspNetHostingPermissionLevel::Medium)] public: static void ProcessRequest( HttpWorkerRequest^ wr )
Parameters
- wr
- Type: System.Web::HttpWorkerRequest
An HttpWorkerRequest for the current application.
| Exception | Condition |
|---|---|
| ArgumentNullException | The wr parameter is nullptr. |
| 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: