C# Class OpenRasta.Hosting.AspNet.OpenRastaHandler

Inheritance: IHttpHandlerFactory
Afficher le fichier Open project: openrasta/openrasta-hosting-aspnet

Méthodes publiques

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

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

OpenRastaHandler() public méthode

public OpenRastaHandler ( ) : System.Web
Résultat System.Web

ReleaseHandler() public méthode

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