C# Class Raven.Web.ForwardToRavenRespondersFactory

Inheritance: IHttpHandlerFactory
Afficher le fichier Open project: nhsevidence/ravendb Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
ForwardToRavenRespondersFactory ( ) : System.Web

Method Details

GetHandler() public méthode

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

ReleaseHandler() public méthode

public ReleaseHandler ( IHttpHandler handler ) : void
handler IHttpHandler
Résultat void