C# 클래스 Bracket.Hosting.Iis.IISHttpHandlerFactory

상속: IHttpHandlerFactory
파일 보기 프로젝트 열기: PlasticLizard/Bracket

공개 메소드들

메소드 설명
GetHandler ( HttpContext context, string requestType, string url, string pathTranslated ) : IHttpHandler
IISHttpHandlerFactory ( ) : System.Web
ReleaseHandler ( IHttpHandler handler ) : void

메소드 상세

GetHandler() 공개 메소드

public GetHandler ( HttpContext context, string requestType, string url, string pathTranslated ) : IHttpHandler
context System.Web.HttpContext
requestType string
url string
pathTranslated string
리턴 IHttpHandler

IISHttpHandlerFactory() 공개 메소드

public IISHttpHandlerFactory ( ) : System.Web
리턴 System.Web

ReleaseHandler() 공개 메소드

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