C# Class ServiceStack.Support.Markdown.MarkdownHandler

Inheritance: ServiceStack.Host.Handlers.ServiceStackHandlerBase
Afficher le fichier Open project: nustack/ServiceStack Class Usage Examples

Méthodes publiques

Méthode Description
CreateRequest ( IRequest request, string operationName ) : object
GetResponse ( IRequest httpReq, object request ) : object
MarkdownHandler ( string pathInfo ) : System.Net
ProcessRequest ( IRequest httpReq, IResponse httpRes, string operationName ) : void

Method Details

CreateRequest() public méthode

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

GetResponse() public méthode

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

MarkdownHandler() public méthode

public MarkdownHandler ( string pathInfo ) : System.Net
pathInfo string
Résultat System.Net

ProcessRequest() public méthode

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