C# Класс Owin.Types.Extensions.OwinRequestExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AddCookie() публичный статический Метод

public static AddCookie ( this response, string key, string value ) : OwinResponse
response this
key string
value string
Результат OwinResponse

AddCookie() публичный статический Метод

public static AddCookie ( this response, string key, string value, CookieOptions options ) : OwinResponse
response this
key string
value string
options Owin.Types.Helpers.CookieOptions
Результат OwinResponse

ApplyForwardedHost() публичный статический Метод

public static ApplyForwardedHost ( this request ) : OwinRequest
request this
Результат OwinRequest

ApplyForwardedScheme() публичный статический Метод

public static ApplyForwardedScheme ( this request ) : OwinRequest
request this
Результат OwinRequest

ApplyForwardedUri() публичный статический Метод

public static ApplyForwardedUri ( this request ) : OwinRequest
request this
Результат OwinRequest

ApplyMethodOverride() публичный статический Метод

public static ApplyMethodOverride ( this request ) : OwinRequest
request this
Результат OwinRequest

DeleteCookie() публичный статический Метод

public static DeleteCookie ( this response, string key ) : OwinResponse
response this
key string
Результат OwinResponse

DeleteCookie() публичный статический Метод

public static DeleteCookie ( this response, string key, CookieOptions options ) : OwinResponse
response this
key string
options Owin.Types.Helpers.CookieOptions
Результат OwinResponse

GetCookies() публичный статический Метод

public static GetCookies ( this request ) : string>.IDictionary
request this
Результат string>.IDictionary

GetForwardedHost() публичный статический Метод

public static GetForwardedHost ( this request ) : string
request this
Результат string

GetForwardedScheme() публичный статический Метод

public static GetForwardedScheme ( this request ) : string
request this
Результат string

GetForwardedUri() публичный статический Метод

public static GetForwardedUri ( this request ) : Uri
request this
Результат System.Uri

GetMethodOverride() публичный статический Метод

public static GetMethodOverride ( this request ) : string
request this
Результат string

GetQuery() публичный статический Метод

public static GetQuery ( this request ) : string[]>.IDictionary
request this
Результат string[]>.IDictionary