C# Class OAuth.RequestProxies.MockRequestProxy

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

Public Methods

Method Description
MockRequestProxy ( object>.Dictionary dict ) : System
Sign ( string consumerSecret, string tokenSecret ) : void

Method Details

MockRequestProxy() public method

public MockRequestProxy ( object>.Dictionary dict ) : System
dict object>.Dictionary
return System

Sign() public method

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