C# Class ExtDirectHandler.DirectHttpHandler

Inheritance: IHttpHandler, IRequiresSessionState
Show file Open project: gimmi/extdirecthandler

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void
SetDirectHandlerInterceptor ( DirectHandlerInterceptor directHandlerInterceptor ) : void
SetMetadata ( IMetadata metadata ) : void

Private Methods

Method Description
DoGet ( HttpRequest request, HttpResponse response ) : void
DoPost ( HttpRequest httpRequest, HttpResponse httpResponse ) : void
SerializeResponse ( ExtDirectHandler.DirectResponse responses, TextWriter textWriter ) : void

Method Details

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void

SetDirectHandlerInterceptor() public static method

public static SetDirectHandlerInterceptor ( DirectHandlerInterceptor directHandlerInterceptor ) : void
directHandlerInterceptor DirectHandlerInterceptor
return void

SetMetadata() public static method

public static SetMetadata ( IMetadata metadata ) : void
metadata IMetadata
return void