메소드 | 설명 | |
---|---|---|
AddCookie ( OwinResponse response, string key, string value ) : void | ||
AddCookie ( OwinResponse response, string key, string value, |
||
AddHeader ( string[]>.IDictionary |
||
AddHeaderJoined ( string[]>.IDictionary |
||
AddHeaderJoined ( string[]>.IDictionary |
||
AddHeaderUnmodified ( string[]>.IDictionary |
||
AddHeaderUnmodified ( string[]>.IDictionary |
||
ApplyForwardedHost ( OwinRequest request ) : OwinRequest | ||
ApplyForwardedScheme ( OwinRequest request ) : OwinRequest | ||
ApplyForwardedUri ( OwinRequest request ) : OwinRequest | ||
ApplyMethodOverride ( OwinRequest request ) : OwinRequest | ||
DeleteCookie ( OwinResponse response, string key ) : void | ||
DeleteCookie ( OwinResponse response, string key, |
||
GetCookies ( OwinRequest request ) : string>.IDictionary |
||
GetForwardedHost ( OwinRequest request ) : string | ||
GetForwardedScheme ( OwinRequest request ) : string | ||
GetForwardedUri ( OwinRequest request ) : |
||
GetHeader ( string[]>.IDictionary |
||
GetHeaderSplit ( string[]>.IDictionary |
||
GetHeaderUnmodified ( string[]>.IDictionary |
||
GetHost ( OwinRequest request ) : string | ||
GetMethodOverride ( OwinRequest request ) : string | ||
GetUri ( OwinRequest request ) : |
||
SetHeader ( string[]>.IDictionary |
||
SetHeaderJoined ( string[]>.IDictionary |
||
SetHeaderJoined ( string[]>.IDictionary |
||
SetHeaderUnmodified ( string[]>.IDictionary |
||
SetHeaderUnmodified ( string[]>.IDictionary |
메소드 | 설명 | |
---|---|---|
GetHeaderSplitImplementation ( string values ) : IEnumerable |
||
ParseDelimited ( string text, char delimiters, Action |
public static AddCookie ( OwinResponse response, string key, string value ) : void | ||
response | OwinResponse | |
key | string | |
value | string | |
리턴 | void |
public static AddCookie ( OwinResponse response, string key, string value, |
||
response | OwinResponse | |
key | string | |
value | string | |
options | ||
리턴 | void |
public static AddHeader ( string[]>.IDictionary |
||
headers | string[]>.IDictionary | |
key | string | |
value | string | |
리턴 | void |
public static AddHeaderJoined ( string[]>.IDictionary |
||
headers | string[]>.IDictionary | |
key | string | |
리턴 | void |
public static AddHeaderJoined ( string[]>.IDictionary |
||
headers | string[]>.IDictionary | |
key | string | |
values | IEnumerable |
|
리턴 | void |
public static AddHeaderUnmodified ( string[]>.IDictionary |
||
headers | string[]>.IDictionary | |
key | string | |
리턴 | void |
public static AddHeaderUnmodified ( string[]>.IDictionary |
||
headers | string[]>.IDictionary | |
key | string | |
values | IEnumerable |
|
리턴 | void |
public static ApplyForwardedHost ( OwinRequest request ) : OwinRequest | ||
request | OwinRequest | |
리턴 | OwinRequest |
public static ApplyForwardedScheme ( OwinRequest request ) : OwinRequest | ||
request | OwinRequest | |
리턴 | OwinRequest |
public static ApplyForwardedUri ( OwinRequest request ) : OwinRequest | ||
request | OwinRequest | |
리턴 | OwinRequest |
public static ApplyMethodOverride ( OwinRequest request ) : OwinRequest | ||
request | OwinRequest | |
리턴 | OwinRequest |
public static DeleteCookie ( OwinResponse response, string key ) : void | ||
response | OwinResponse | |
key | string | |
리턴 | void |
public static DeleteCookie ( OwinResponse response, string key, |
||
response | OwinResponse | |
key | string | |
options | ||
리턴 | void |
public static GetCookies ( OwinRequest request ) : string>.IDictionary |
||
request | OwinRequest | |
리턴 | string>.IDictionary |
public static GetForwardedHost ( OwinRequest request ) : string | ||
request | OwinRequest | |
리턴 | string |
public static GetForwardedScheme ( OwinRequest request ) : string | ||
request | OwinRequest | |
리턴 | string |
public static GetForwardedUri ( OwinRequest request ) : |
||
request | OwinRequest | |
리턴 |
public static GetHeader ( string[]>.IDictionary |
||
headers | string[]>.IDictionary | |
key | string | |
리턴 | string |
public static GetHeaderSplit ( string[]>.IDictionary |
||
headers | string[]>.IDictionary | |
key | string | |
리턴 | IEnumerable |
public static GetHeaderUnmodified ( string[]>.IDictionary |
||
headers | string[]>.IDictionary | |
key | string | |
리턴 | string[] |
public static GetHost ( OwinRequest request ) : string | ||
request | OwinRequest | |
리턴 | string |
public static GetMethodOverride ( OwinRequest request ) : string | ||
request | OwinRequest | |
리턴 | string |
public static GetUri ( OwinRequest request ) : |
||
request | OwinRequest | |
리턴 |
public static SetHeader ( string[]>.IDictionary |
||
headers | string[]>.IDictionary | |
key | string | |
value | string | |
리턴 | void |
public static SetHeaderJoined ( string[]>.IDictionary |
||
headers | string[]>.IDictionary | |
key | string | |
리턴 | void |
public static SetHeaderJoined ( string[]>.IDictionary |
||
headers | string[]>.IDictionary | |
key | string | |
values | IEnumerable |
|
리턴 | void |
public static SetHeaderUnmodified ( string[]>.IDictionary |
||
headers | string[]>.IDictionary | |
key | string | |
리턴 | void |
public static SetHeaderUnmodified ( string[]>.IDictionary |
||
headers | string[]>.IDictionary | |
key | string | |
values | IEnumerable |
|
리턴 | void |