C# Class TweetSource.OAuth.SignedParameterSet

This facilitates the calculation of OAuth Signature and generation of Nonce and Timestamp.
Inheritance: HttpParameterSet
Mostrar archivo Open project: nkuln/tweetsource Class Usage Examples

Public Methods

Method Description
SignedParameterSet ( HttpParameterSet baseParams ) : System

Method Details

SignedParameterSet() public method

public SignedParameterSet ( HttpParameterSet baseParams ) : System
baseParams HttpParameterSet
return System