UrlRoutingHandler.VerifyAndProcessRequest Method

Definition

When overridden in a derived class, validates the HTTP handler and performs the steps that are required to process the request.

protected:
 abstract void VerifyAndProcessRequest(System::Web::IHttpHandler ^ httpHandler, System::Web::HttpContextBase ^ httpContext);
protected abstract void VerifyAndProcessRequest (System.Web.IHttpHandler httpHandler, System.Web.HttpContextBase httpContext);
abstract member VerifyAndProcessRequest : System.Web.IHttpHandler * System.Web.HttpContextBase -> unit
Protected MustOverride Sub VerifyAndProcessRequest (httpHandler As IHttpHandler, httpContext As HttpContextBase)

Parameters

httpHandler
IHttpHandler

The object that is used to process an HTTP request.

httpContext
HttpContextBase

An object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server).

Applies to

See also