WebManagementServiceHandler.IHttpHandler.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 the processing of HTTP requests that are related to Web administration.
virtual void System.Web.IHttpHandler.ProcessRequest(System::Web::HttpContext ^ context) = System::Web::IHttpHandler::ProcessRequest;
void IHttpHandler.ProcessRequest (System.Web.HttpContext context);
Sub ProcessRequest (context As HttpContext) Implements IHttpHandler.ProcessRequest
Parameters
- context
- HttpContext
A HttpContext that provides references to the intrinsic server objects (for example, Request
, Response
, Session
, and Server
) that are used to service HTTP requests.