C# 클래스 System.Web.Services.Protocols.WebServiceHandlerFactory

상속: IHttpHandlerFactory
파일 보기 프로젝트 열기: vargaz/mono 1 사용 예제들

공개 메소드들

메소드 설명
GetHandler ( HttpContext context, string verb, string url, string filePath ) : IHttpHandler
ReleaseHandler ( IHttpHandler handler ) : void
WebServiceHandlerFactory ( ) : System.IO

비공개 메소드들

메소드 설명
GetTypeHandler ( HttpContext context, System.Web.Services.Protocols.WebServiceHandler handler ) : IHttpHandler
GuessProtocol ( HttpContext context, string verb ) : System.Web.Services.Configuration.WebServiceProtocols

메소드 상세

GetHandler() 공개 메소드

public GetHandler ( HttpContext context, string verb, string url, string filePath ) : IHttpHandler
context HttpContext
verb string
url string
filePath string
리턴 IHttpHandler

ReleaseHandler() 공개 메소드

public ReleaseHandler ( IHttpHandler handler ) : void
handler IHttpHandler
리턴 void

WebServiceHandlerFactory() 공개 메소드

public WebServiceHandlerFactory ( ) : System.IO
리턴 System.IO