RequestInfoFeature
Assembly: ServiceStack.dll
View Source
Declaration
public class RequestInfoFeature : IPlugin, IHasStringId, IHasId<string>
Properties
Id
View Source
Declaration
public string Id { get; set; }
Methods
Register(IAppHost)
View Source
Declaration
public void Register(IAppHost appHost)
Parameters
Type | Name |
---|---|
ServiceStack.IAppHost | appHost |
ProcessRequest(String, String, String)
View Source
Declaration
public IHttpHandler ProcessRequest(string httpMethod, string pathInfo, string filePath)
Returns
System.Web.IHttpHandler
Parameters
Type | Name |
---|---|
System.String | httpMethod |
System.String | pathInfo |
System.String | filePath |