C# Class Bracket.Hosting.Iis.IISHttpHandlerFactory

Inheritance: IHttpHandlerFactory
Mostrar archivo Open project: PlasticLizard/Bracket

Public Methods

Method Description
GetHandler ( HttpContext context, string requestType, string url, string pathTranslated ) : IHttpHandler
IISHttpHandlerFactory ( ) : System.Web
ReleaseHandler ( IHttpHandler handler ) : void

Method Details

GetHandler() public method

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

IISHttpHandlerFactory() public method

public IISHttpHandlerFactory ( ) : System.Web
return System.Web

ReleaseHandler() public method

public ReleaseHandler ( IHttpHandler handler ) : void
handler IHttpHandler
return void