UrlRoutingHandler.VerifyAndProcessRequest(IHttpHandler, HttpContextBase) Método

Definição

Quando substituído em uma classe derivada, valida o manipulador HTTP e executa as etapas necessárias para processar a solicitação.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)

Parâmetros

httpHandler
IHttpHandler

O objeto usado para processar uma solicitação HTTP.The object that is used to process an HTTP request.

httpContext
HttpContextBase

Um objeto que fornece referências aos objetos intrínsecos do servidor (por exemplo Request, Response, Session e Server).An object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server).

Aplica-se a