UrlRoutingHandler::VerifyAndProcessRequest Method (IHttpHandler^, HttpContextBase^)
.NET Framework (current version)
When overridden in a derived class, validates the HTTP handler and performs the steps that are required to process the request.
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
Available since 3.5
Show: