C# Class Owin.Types.Extensions.OwinRequestExtensions

Mostra file Open project: owin/museum-piece-owin-hosting

Public Methods

Method Description
AddCookie ( this response, string key, string value ) : OwinResponse
AddCookie ( this response, string key, string value, CookieOptions options ) : OwinResponse
ApplyForwardedHost ( this request ) : OwinRequest
ApplyForwardedScheme ( this request ) : OwinRequest
ApplyForwardedUri ( this request ) : OwinRequest
ApplyMethodOverride ( this request ) : OwinRequest
DeleteCookie ( this response, string key ) : OwinResponse
DeleteCookie ( this response, string key, CookieOptions options ) : OwinResponse
GetCookies ( this request ) : string>.IDictionary
GetForwardedHost ( this request ) : string
GetForwardedScheme ( this request ) : string
GetForwardedUri ( this request ) : Uri
GetMethodOverride ( this request ) : string
GetQuery ( this request ) : string[]>.IDictionary

Method Details

AddCookie() public static method

public static AddCookie ( this response, string key, string value ) : OwinResponse
response this
key string
value string
return OwinResponse

AddCookie() public static method

public static AddCookie ( this response, string key, string value, CookieOptions options ) : OwinResponse
response this
key string
value string
options Owin.Types.Helpers.CookieOptions
return OwinResponse

ApplyForwardedHost() public static method

public static ApplyForwardedHost ( this request ) : OwinRequest
request this
return OwinRequest

ApplyForwardedScheme() public static method

public static ApplyForwardedScheme ( this request ) : OwinRequest
request this
return OwinRequest

ApplyForwardedUri() public static method

public static ApplyForwardedUri ( this request ) : OwinRequest
request this
return OwinRequest

ApplyMethodOverride() public static method

public static ApplyMethodOverride ( this request ) : OwinRequest
request this
return OwinRequest

DeleteCookie() public static method

public static DeleteCookie ( this response, string key ) : OwinResponse
response this
key string
return OwinResponse

DeleteCookie() public static method

public static DeleteCookie ( this response, string key, CookieOptions options ) : OwinResponse
response this
key string
options Owin.Types.Helpers.CookieOptions
return OwinResponse

GetCookies() public static method

public static GetCookies ( this request ) : string>.IDictionary
request this
return string>.IDictionary

GetForwardedHost() public static method

public static GetForwardedHost ( this request ) : string
request this
return string

GetForwardedScheme() public static method

public static GetForwardedScheme ( this request ) : string
request this
return string

GetForwardedUri() public static method

public static GetForwardedUri ( this request ) : Uri
request this
return System.Uri

GetMethodOverride() public static method

public static GetMethodOverride ( this request ) : string
request this
return string

GetQuery() public static method

public static GetQuery ( this request ) : string[]>.IDictionary
request this
return string[]>.IDictionary