Méthode | Description | |
---|---|---|
AbstractRequestProxy ( ) : System | ||
GetOAuthHeader ( string realm ) : string | ||
GetSignedUri ( bool withOAuth ) : string | ||
Sign ( string consumerSecret, string tokenSecret ) : void |
Méthode | Description | |
---|---|---|
CreateSignature ( string consumerSecret, string tokenSecret ) : string |
protected CreateSignature ( string consumerSecret, string tokenSecret ) : string | ||
consumerSecret | string | |
tokenSecret | string | |
Résultat | string |
public GetOAuthHeader ( string realm ) : string | ||
realm | string | |
Résultat | string |
public GetSignedUri ( bool withOAuth ) : string | ||
withOAuth | bool | |
Résultat | string |
public abstract Sign ( string consumerSecret, string tokenSecret ) : void | ||
consumerSecret | string | |
tokenSecret | string | |
Résultat | void |