HttpRemotingHandlerFactory.GetHandler メソッド

定義

HttpRemotingHandler クラスのインスタンスを返します。

public:
 virtual System::Web::IHttpHandler ^ GetHandler(System::Web::HttpContext ^ context, System::String ^ verb, System::String ^ url, System::String ^ filePath);
public System.Web.IHttpHandler GetHandler(System.Web.HttpContext context, string verb, string url, string filePath);
abstract member GetHandler : System.Web.HttpContext * string * string * string -> System.Web.IHttpHandler
override this.GetHandler : System.Web.HttpContext * string * string * string -> System.Web.IHttpHandler
Public Function GetHandler (context As HttpContext, verb As String, url As String, filePath As String) As IHttpHandler

パラメーター

context
HttpContext

HTTP 要求のサービスに使用される組み込みサーバー オブジェクト (HttpContextRequestResponseSessionなど) への参照を提供するServer クラスのインスタンス。

verb
String

クライアントが使用する HTTP データ転送方法 (GET または POST)。

url
String

要求されたリソースの RawUrl

filePath
String

要求されたリソースへの PhysicalApplicationPath

返品

要求を処理する新しい HttpRemotingHandler

実装

注釈

現在のメソッドの詳細については、「 IHttpHandlerFactory.GetHandler」を参照してください。

適用対象