MvcHandler.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 processing of HTTP Web requests by a custom HTTP handler that implements the IHttpHandler interface.
void IHttpHandler.ProcessRequest (System.Web.HttpContext httpContext);
abstract member System.Web.IHttpHandler.ProcessRequest : System.Web.HttpContext -> unit
override this.System.Web.IHttpHandler.ProcessRequest : System.Web.HttpContext -> unit
Sub ProcessRequest (httpContext As HttpContext) Implements IHttpHandler.ProcessRequest
Parameters
- httpContext
- HttpContext
An HttpContext object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) that are used to service HTTP requests.