次の方法で共有


HttpRemotingHandlerFactory.GetHandler メソッド

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

Public Overridable Function GetHandler( _
   ByVal context As HttpContext, _   ByVal verb As String, _   ByVal url As String, _   ByVal filePath As String _) As IHttpHandler Implements IHttpHandlerFactory.GetHandler
[C#]
public virtual IHttpHandler GetHandler(HttpContextcontext,stringverb,stringurl,stringfilePath);
[C++]
public: virtual IHttpHandler* GetHandler(HttpContext* context,String* verb,String* url,String* filePath);
[JScript]
public function GetHandler(
   context : HttpContext,verb : String,url : String,filePath : String) : IHttpHandler;

パラメータ

  • context
    HTTP 要求を処理するために使用する、組み込みのサーバー オブジェクト (たとえば、Request、Response、Session、および Server) への参照を提供する HttpContext クラスのインスタンス。
  • verb
    クライアントが使用する HTTP データ転送メソッド (GET または POST)。
  • url
    要求されたリソースの HttpRequest.RawUrl
  • filePath
    要求されたリソースの HttpRequest.PhysicalApplicationPath

戻り値

要求を処理する新しい HttpRemotingHandler

実装

IHttpHandlerFactory.GetHandler

解説

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

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

HttpRemotingHandlerFactory クラス | HttpRemotingHandlerFactory メンバ | System.Runtime.Remoting.Channels.Http 名前空間