C# Class ServiceStack.Host.Handlers.RequestInfoHandler

Inheritance: HttpAsyncTaskHandler
显示文件 Open project: nustack/ServiceStack

Public Properties

Property Type Description
LastRequestInfo RequestHandlerInfo

Public Methods

Method Description
GetRequestInfo ( IRequest httpReq ) : RequestInfoResponse
ProcessRequest ( System.Web.HttpContextBase context ) : void
ProcessRequest ( IRequest httpReq, IResponse httpRes, string operationName ) : void
RequestInfoHandler ( ) : System
ToDictionary ( NameValueCollection nvc ) : string>.Dictionary
ToString ( NameValueCollection nvc ) : string

Method Details

GetRequestInfo() public static method

public static GetRequestInfo ( IRequest httpReq ) : RequestInfoResponse
httpReq IRequest
return RequestInfoResponse

ProcessRequest() public method

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

ProcessRequest() public method

public ProcessRequest ( IRequest httpReq, IResponse httpRes, string operationName ) : void
httpReq IRequest
httpRes IResponse
operationName string
return void

RequestInfoHandler() public method

public RequestInfoHandler ( ) : System
return System

ToDictionary() public static method

public static ToDictionary ( NameValueCollection nvc ) : string>.Dictionary
nvc System.Collections.Specialized.NameValueCollection
return string>.Dictionary

ToString() public static method

public static ToString ( NameValueCollection nvc ) : string
nvc System.Collections.Specialized.NameValueCollection
return string

Property Details

LastRequestInfo public_oe static_oe property

public static RequestHandlerInfo,ServiceStack.Host.Handlers LastRequestInfo
return RequestHandlerInfo