C# Class ServiceStack.RequestInfoFeature

Inheritance: IPlugin
Exibir arquivo Open project: nustack/ServiceStack

Public Methods

Method Description
ProcessRequest ( string httpMethod, string pathInfo, string filePath ) : IHttpHandler
Register ( IAppHost appHost ) : void

Private Methods

Method Description
GetHandlerForPathParts ( string pathParts ) : IHttpHandler

Method Details

ProcessRequest() public method

public ProcessRequest ( string httpMethod, string pathInfo, string filePath ) : IHttpHandler
httpMethod string
pathInfo string
filePath string
return IHttpHandler

Register() public method

public Register ( IAppHost appHost ) : void
appHost IAppHost
return void