HttpRemotingHandler.ProcessRequest(HttpContext) 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.
Enables processing of HTTP Web requests by the current instance.
public:
virtual void ProcessRequest(System::Web::HttpContext ^ context);
public void ProcessRequest (System.Web.HttpContext context);
abstract member ProcessRequest : System.Web.HttpContext -> unit
override this.ProcessRequest : System.Web.HttpContext -> unit
Public Sub ProcessRequest (context As HttpContext)
Parameters
- context
- HttpContext
A HttpContext that provides references to the intrinsic server objects (for example, Request
, Response
, Session
, and Server
) used to service HTTP requests.
Implements
Remarks
For more information about the ProcessRequest methods, see IHttpHandler.ProcessRequest.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.