C# Class FubuMVC.OwinHost.OwinCurrentHttpRequest

Inheritance: ICurrentHttpRequest
Datei anzeigen Open project: jmarnold/fubumvc Class Usage Examples

Public Methods

Method Description
HttpMethod ( ) : string
OwinCurrentHttpRequest ( FubuMVC.OwinHost.OwinRequestBody body ) : System
RawUrl ( ) : string
RelativeUrl ( ) : string
ToFullUrl ( string url ) : string

Method Details

HttpMethod() public method

public HttpMethod ( ) : string
return string

OwinCurrentHttpRequest() public method

public OwinCurrentHttpRequest ( FubuMVC.OwinHost.OwinRequestBody body ) : System
body FubuMVC.OwinHost.OwinRequestBody
return System

RawUrl() public method

public RawUrl ( ) : string
return string

RelativeUrl() public method

public RelativeUrl ( ) : string
return string

ToFullUrl() public method

public ToFullUrl ( string url ) : string
url string
return string