메소드 | 설명 | |
---|---|---|
AddResponseHeader ( string key, string value ) : void | ||
GetAuthorizationToken ( ) : string | ||
OWINEnv ( object>.IDictionary |
||
SetResponseBodyAsync ( string str, |
||
SetResponseHeader ( string key, string value ) : void | ||
SetResponseStatusCode ( HttpStatusCode status_code ) : void |
public AddResponseHeader ( string key, string value ) : void | ||
key | string | |
value | string | |
리턴 | void |
public OWINEnv ( object>.IDictionary |
||
env | object>.IDictionary | |
리턴 | PeerCastStation.Core |
public SetResponseBodyAsync ( string str, |
||
str | string | |
cancel_token | ||
리턴 | Task |
public SetResponseHeader ( string key, string value ) : void | ||
key | string | |
value | string | |
리턴 | void |
public SetResponseStatusCode ( HttpStatusCode status_code ) : void | ||
status_code | HttpStatusCode | |
리턴 | void |