Share via


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 要求を処理するために使用する、組み込みのサーバー オブジェクト (たとえば、RequestResponseSession、および Server) への参照を提供する HttpContext クラスのインスタンス。

verb
String

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

url
String

要求されたリソースの RawUrl

filePath
String

要求されたリソースの PhysicalApplicationPath

戻り値

要求を処理する新しい HttpRemotingHandler

実装

注釈

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

適用対象