C# Class JsonFx.Handlers.JsonServiceHandlerFactory

Inheritance: System.Web.IHttpHandlerFactory
Mostra 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

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

ReleaseHandler() public method

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