Méthode | Description | |
---|---|---|
AddCookie ( this response, string key, string value ) : OwinResponse | ||
AddCookie ( this response, string key, string value, |
||
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, |
||
GetCookies ( this request ) : string>.IDictionary |
||
GetForwardedHost ( this request ) : string | ||
GetForwardedScheme ( this request ) : string | ||
GetForwardedUri ( this request ) : |
||
GetMethodOverride ( this request ) : string | ||
GetQuery ( this request ) : string[]>.IDictionary |
public static AddCookie ( this response, string key, string value ) : OwinResponse | ||
response | this | |
key | string | |
value | string | |
Résultat | OwinResponse |
public static AddCookie ( this response, string key, string value, |
||
response | this | |
key | string | |
value | string | |
options | ||
Résultat | OwinResponse |
public static ApplyForwardedHost ( this request ) : OwinRequest | ||
request | this | |
Résultat | OwinRequest |
public static ApplyForwardedScheme ( this request ) : OwinRequest | ||
request | this | |
Résultat | OwinRequest |
public static ApplyForwardedUri ( this request ) : OwinRequest | ||
request | this | |
Résultat | OwinRequest |
public static ApplyMethodOverride ( this request ) : OwinRequest | ||
request | this | |
Résultat | OwinRequest |
public static DeleteCookie ( this response, string key ) : OwinResponse | ||
response | this | |
key | string | |
Résultat | OwinResponse |
public static DeleteCookie ( this response, string key, |
||
response | this | |
key | string | |
options | ||
Résultat | OwinResponse |
public static GetCookies ( this request ) : string>.IDictionary |
||
request | this | |
Résultat | string>.IDictionary |
public static GetForwardedHost ( this request ) : string | ||
request | this | |
Résultat | string |
public static GetForwardedScheme ( this request ) : string | ||
request | this | |
Résultat | string |
public static GetForwardedUri ( this request ) : |
||
request | this | |
Résultat |
public static GetMethodOverride ( this request ) : string | ||
request | this | |
Résultat | string |
public static GetQuery ( this request ) : string[]>.IDictionary |
||
request | this | |
Résultat | string[]>.IDictionary |