C# Class ServiceStack.Host.Handlers.RequestInfoHandler

Inheritance: HttpAsyncTaskHandler
Afficher le fichier Open project: nustack/ServiceStack

Méthodes publiques

Свойство Type Description
LastRequestInfo RequestHandlerInfo

Méthodes publiques

Méthode 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 méthode

public static GetRequestInfo ( IRequest httpReq ) : RequestInfoResponse
httpReq IRequest
Résultat RequestInfoResponse

ProcessRequest() public méthode

public ProcessRequest ( System.Web.HttpContextBase context ) : void
context System.Web.HttpContextBase
Résultat void

ProcessRequest() public méthode

public ProcessRequest ( IRequest httpReq, IResponse httpRes, string operationName ) : void
httpReq IRequest
httpRes IResponse
operationName string
Résultat void

RequestInfoHandler() public méthode

public RequestInfoHandler ( ) : System
Résultat System

ToDictionary() public static méthode

public static ToDictionary ( NameValueCollection nvc ) : string>.Dictionary
nvc System.Collections.Specialized.NameValueCollection
Résultat string>.Dictionary

ToString() public static méthode

public static ToString ( NameValueCollection nvc ) : string
nvc System.Collections.Specialized.NameValueCollection
Résultat string

Property Details

LastRequestInfo public_oe static_oe property

public static RequestHandlerInfo,ServiceStack.Host.Handlers LastRequestInfo
Résultat RequestHandlerInfo