C# Class OAuth.RequestProxies.AbstractRequestProxy

Inheritance: IRequestProxy
Mostrar archivo Open project: codebutler/oauth-sharp

Public Methods

Method Description
AbstractRequestProxy ( ) : System
GetOAuthHeader ( string realm ) : string
GetSignedUri ( bool withOAuth ) : string
Sign ( string consumerSecret, string tokenSecret ) : void

Protected Methods

Method Description
CreateSignature ( string consumerSecret, string tokenSecret ) : string

Method Details

AbstractRequestProxy() public method

public AbstractRequestProxy ( ) : System
return System

CreateSignature() protected method

protected CreateSignature ( string consumerSecret, string tokenSecret ) : string
consumerSecret string
tokenSecret string
return string

GetOAuthHeader() public method

public GetOAuthHeader ( string realm ) : string
realm string
return string

GetSignedUri() public method

public GetSignedUri ( bool withOAuth ) : string
withOAuth bool
return string

Sign() public abstract method

public abstract Sign ( string consumerSecret, string tokenSecret ) : void
consumerSecret string
tokenSecret string
return void