C# Class ServiceStack.WebHost.Endpoints.RestHandler

Inheritance: ServiceStack.WebHost.Endpoints.Support.EndpointHandlerBase
Afficher le fichier Open project: firstsee/ServiceStack Class Usage Examples

Private Properties

Свойство Type Description
GetRequest object

Méthodes publiques

Méthode Description
CreateRequest ( IHttpRequest httpReq, string operationName ) : object

Used in Unit tests

FindMatchingRestPath ( string httpMethod, string pathInfo ) : IRestPath
GetResponse ( IHttpRequest httpReq, object request ) : object
GetRestPath ( string httpMethod, string pathInfo ) : IRestPath
ProcessRequest ( IHttpRequest httpReq, IHttpResponse httpRes, string operationName ) : void
RestHandler ( ) : System

Private Methods

Méthode Description
GetRequest ( IHttpRequest httpReq, IRestPath restPath ) : object

Method Details

CreateRequest() public méthode

Used in Unit tests
public CreateRequest ( IHttpRequest httpReq, string operationName ) : object
httpReq IHttpRequest
operationName string
Résultat object

FindMatchingRestPath() public static méthode

public static FindMatchingRestPath ( string httpMethod, string pathInfo ) : IRestPath
httpMethod string
pathInfo string
Résultat IRestPath

GetResponse() public méthode

public GetResponse ( IHttpRequest httpReq, object request ) : object
httpReq IHttpRequest
request object
Résultat object

GetRestPath() public méthode

public GetRestPath ( string httpMethod, string pathInfo ) : IRestPath
httpMethod string
pathInfo string
Résultat IRestPath

ProcessRequest() public méthode

public ProcessRequest ( IHttpRequest httpReq, IHttpResponse httpRes, string operationName ) : void
httpReq IHttpRequest
httpRes IHttpResponse
operationName string
Résultat void

RestHandler() public méthode

public RestHandler ( ) : System
Résultat System