C# Class JsonFx.Handlers.ResourceHandlerFactory

ResourceHandler Factory
Inheritance: IHttpHandlerFactory
Show file Open project: pocket-playlab/jsonfx-v1

Public Methods

Method Description
GetHandler ( HttpContext context, string verb, string url, string path ) : IHttpHandler
ReleaseHandler ( IHttpHandler handler ) : void

Protected Methods

Method Description
IsDebuggingEnabled ( HttpContext context, string cacheKey ) : bool

Method Details

GetHandler() public method

public GetHandler ( HttpContext context, string verb, string url, string path ) : IHttpHandler
context System.Web.HttpContext
verb string
url string
path string
return IHttpHandler

IsDebuggingEnabled() protected method

protected IsDebuggingEnabled ( HttpContext context, string cacheKey ) : bool
context System.Web.HttpContext
cacheKey string
return bool

ReleaseHandler() public method

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