HttpRemotingHandlerFactory.GetHandler メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 要求を処理するために使用する、組み込みのサーバー オブジェクト (たとえば、Request
、Response
、Session
、および Server
) への参照を提供する HttpContext クラスのインスタンス。
- verb
- String
クライアントが使用する HTTP データ転送メソッド (GET
または POST
)。
- filePath
- String
要求されたリソースの PhysicalApplicationPath。
戻り値
要求を処理する新しい HttpRemotingHandler。
実装
注釈
現在のメソッドの詳細については、「」を参照してください IHttpHandlerFactory.GetHandler。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET