Processes a request.
- wr
- An System.Web.HttpWorkerRequest instance.
This method executes the HTTP pipeline.The provided object is the interface between the pipeline and the HTTP Request.
The System.Web.HttpWorkerRequest class defines the interface that must be exposed by a server so that it can be hooked up to ASP.NET'. Typically this is a front-end for an incoming HTTP request from the network, but an implementation can do anything it wants and this can be used to process ASP.NET requests even without a network connection.
Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0