C# Class MiniMVC.HttpHandlerFactory

Inheritance: IHttpHandlerFactory
Datei anzeigen Open project: mausch/MiniMVC

Public Methods

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

GetHandler() public abstract method

public abstract GetHandler ( System.Web.HttpContextBase context ) : IHttpHandler
context System.Web.HttpContextBase
return IHttpHandler

ReleaseHandler() public method

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