C# Class Raven.Web.ForwardToRavenRespondersFactory

Inheritance: IHttpHandlerFactory
ファイルを表示 Open project: nhsevidence/ravendb Class Usage Examples

Public Methods

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

Private Methods

Method Description
ForwardToRavenRespondersFactory ( ) : System.Web

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

ReleaseHandler() public method

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