Метод | Описание | |
---|---|---|
CheckAuthorization ( PeerCastStation request, PeerCastStation acinfo ) : bool | ||
CheckAuthorization ( string authorization_token, PeerCastStation acinfo ) : bool | ||
CreateAuthorizationToken ( PeerCastStation key ) : string | ||
CreateResponse ( HttpStatusCode code, string>.Dictionary |
||
CreateResponseHeader ( HttpStatusCode code ) : string | ||
CreateResponseHeader ( HttpStatusCode code, string>.Dictionary |
||
GetReasonPhrase ( int status_code ) : string | ||
ParseQuery ( string query ) : string>.Dictionary |
Метод | Описание | |
---|---|---|
GetAuthorizationToken ( PeerCastStation request ) : string |
public static CheckAuthorization ( PeerCastStation request, PeerCastStation acinfo ) : bool | ||
request | PeerCastStation | |
acinfo | PeerCastStation | |
Результат | bool |
public static CheckAuthorization ( string authorization_token, PeerCastStation acinfo ) : bool | ||
authorization_token | string | |
acinfo | PeerCastStation | |
Результат | bool |
public static CreateAuthorizationToken ( PeerCastStation key ) : string | ||
key | PeerCastStation | |
Результат | string |
public static CreateResponse ( HttpStatusCode code, string>.Dictionary |
||
code | HttpStatusCode | |
parameters | string>.Dictionary | |
data | string | |
Результат | byte[] |
public static CreateResponseHeader ( HttpStatusCode code ) : string | ||
code | HttpStatusCode | |
Результат | string |
public static CreateResponseHeader ( HttpStatusCode code, string>.Dictionary |
||
code | HttpStatusCode | |
parameters | string>.Dictionary | |
Результат | string |
public static GetReasonPhrase ( int status_code ) : string | ||
status_code | int | |
Результат | string |
public static ParseQuery ( string query ) : string>.Dictionary |
||
query | string | |
Результат | string>.Dictionary |