다음을 통해 공유


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

내장 서버 개체(예: Request, Response, SessionServer)에 대한 참조를 제공하는 HttpContext 클래스의 인스턴스는 HTTP 요청을 지원하는 데 사용됩니다.

verb
String

클라이언트에서 사용하는 HTTP 데이터 전송 메서드(GET 또는 POST)입니다.

url
String

요청된 리소스의 RawUrl입니다.

filePath
String

요청된 리소스에 대한 PhysicalApplicationPath입니다.

반환

요청을 처리하는 새 HttpRemotingHandler입니다.

구현

설명

현재 메서드에 대 한 자세한 내용은 참조 하세요. IHttpHandlerFactory.GetHandler합니다.

적용 대상