MvcHttpHandler クラス

定義

HTTP 要求を検証し、処理します。

public class MvcHttpHandler : System.Web.Routing.UrlRoutingHandler, System.Web.IHttpAsyncHandler, System.Web.IHttpHandler, System.Web.SessionState.IRequiresSessionState
type MvcHttpHandler = class
    inherit UrlRoutingHandler
    interface IHttpAsyncHandler
    interface IHttpHandler
    interface IRequiresSessionState
Public Class MvcHttpHandler
Inherits UrlRoutingHandler
Implements IHttpAsyncHandler, IHttpHandler, IRequiresSessionState
継承
MvcHttpHandler
実装

コンストラクター

MvcHttpHandler()

MvcHttpHandler クラスの新しいインスタンスを初期化します。

メソッド

BeginProcessRequest(HttpContext, AsyncCallback, Object)

非同期要求処理を開始するために、ASP.NET によって呼び出されます。

BeginProcessRequest(HttpContextBase, AsyncCallback, Object)

非同期要求処理を開始するために、ASP.NET によって呼び出されます。

EndProcessRequest(IAsyncResult)

非同期要求処理の終了時に、ASP.NET によって呼び出されます。

VerifyAndProcessRequest(IHttpHandler, HttpContextBase)

HTTP 要求を検証し、処理します。

明示的なインターフェイスの実装

IHttpAsyncHandler.BeginProcessRequest(HttpContext, AsyncCallback, Object)

非同期要求処理を開始するために、ASP.NET によって呼び出されます。

IHttpAsyncHandler.EndProcessRequest(IAsyncResult)

非同期要求処理の終了時に、ASP.NET によって呼び出されます。

適用対象