MvcHttpHandler Methods

Include Protected Members
Include Inherited Members

The MvcHttpHandler type exposes the following members.

Methods

  Name Description
Protected method BeginProcessRequest(HttpContext, AsyncCallback, Object) Called by ASP.NET to begin asynchronous request processing.
Protected method BeginProcessRequest(HttpContextBase, AsyncCallback, Object) Called by ASP.NET to begin asynchronous request processing.
Protected method EndProcessRequest Called by ASP.NET when asynchronous request processing has ended.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method ProcessRequest(HttpContext) (Inherited from UrlRoutingHandler.)
Protected method ProcessRequest(HttpContextBase) (Inherited from UrlRoutingHandler.)
Public method ToString (Inherited from Object.)
Protected method VerifyAndProcessRequest Verifies and processes an HTTP request. (Overrides UrlRoutingHandler.VerifyAndProcessRequest(IHttpHandler, HttpContextBase).)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IHttpAsyncHandler.BeginProcessRequest Called by ASP.NET to begin asynchronous request processing.
Explicit interface implemetationPrivate method IHttpAsyncHandler.EndProcessRequest Called by ASP.NET when asynchronous request processing has ended.
Explicit interface implemetationPrivate method IHttpHandler.ProcessRequest (Inherited from UrlRoutingHandler.)

Top

See Also

Reference

MvcHttpHandler Class

System.Web.Mvc Namespace