C# Class JsonFx.Handlers.ResourceHandlerFactory

ResourceHandler Factory
Inheritance: IHttpHandlerFactory
Afficher le fichier Open project: pocket-playlab/jsonfx-v1

Méthodes publiques

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

Méthodes protégées

Méthode Description
IsDebuggingEnabled ( HttpContext context, string cacheKey ) : bool

Method Details

GetHandler() public méthode

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

IsDebuggingEnabled() protected méthode

protected IsDebuggingEnabled ( HttpContext context, string cacheKey ) : bool
context System.Web.HttpContext
cacheKey string
Résultat bool

ReleaseHandler() public méthode

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