C# Class OpenRasta.Hosting.AspNet.OpenRastaHandler

Inheritance: IHttpHandlerFactory
显示文件 Open project: openrasta/openrasta-hosting-aspnet

Public Methods

Method Description
GetHandler ( HttpContext context, string requestType, string url, string pathTranslated ) : IHttpHandler
OpenRastaHandler ( ) : 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

OpenRastaHandler() public method

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

ReleaseHandler() public method

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