UrlRoutingHandler::VerifyAndProcessRequest Method (IHttpHandler^, HttpContextBase^)

 

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

Namespace:   System.Web.Routing
Assembly:  System.Web (in System.Web.dll)

protected:
virtual void VerifyAndProcessRequest(
	IHttpHandler^ httpHandler,
	HttpContextBase^ httpContext
) abstract

Parameters

httpHandler
Type: System.Web::IHttpHandler^

The object that is used to process an HTTP request.

httpContext
Type: System.Web::HttpContextBase^

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

.NET Framework
Available since 3.5
Return to top
Show: