C# Class ServiceStack.WebHost.Endpoints.GenericHandler

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

Méthodes publiques

Méthode Description
CreateRequest ( IHttpRequest request, string operationName ) : object
GetRequest ( IHttpRequest httpReq, string operationName ) : object
GetResponse ( IHttpRequest httpReq, object request ) : object
GetStreamSerializer ( string contentType ) : StreamSerializerDelegate
ProcessRequest ( IHttpRequest httpReq, IHttpResponse httpRes, string operationName ) : void

Méthodes protégées

Méthode Description
GenericHandler ( string contentType, EndpointAttributes handlerAttributes ) : System

Method Details

CreateRequest() public méthode

public CreateRequest ( IHttpRequest request, string operationName ) : object
request IHttpRequest
operationName string
Résultat object

GenericHandler() protected méthode

protected GenericHandler ( string contentType, EndpointAttributes handlerAttributes ) : System
contentType string
handlerAttributes EndpointAttributes
Résultat System

GetRequest() public méthode

public GetRequest ( IHttpRequest httpReq, string operationName ) : object
httpReq IHttpRequest
operationName string
Résultat object

GetResponse() public méthode

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

GetStreamSerializer() public méthode

public GetStreamSerializer ( string contentType ) : StreamSerializerDelegate
contentType string
Résultat StreamSerializerDelegate

ProcessRequest() public méthode

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