C# Class TwitterClient.TwitterConfig

Show file Open project: amykatenicho/DataCultureSeries Class Usage Examples

Public Properties

Property Type Description
Keywords string
OAuthConsumerKey string
OAuthConsumerSecret string
OAuthToken string
OAuthTokenSecret string

Public Methods

Method Description
TwitterConfig ( string oauthToken, string oauthTokenSecret, string oauthConsumerKey, string oauthConsumerSecret, string keywords ) : System

Method Details

TwitterConfig() public method

public TwitterConfig ( string oauthToken, string oauthTokenSecret, string oauthConsumerKey, string oauthConsumerSecret, string keywords ) : System
oauthToken string
oauthTokenSecret string
oauthConsumerKey string
oauthConsumerSecret string
keywords string
return System

Property Details

Keywords public property

public string Keywords
return string

OAuthConsumerKey public property

public string OAuthConsumerKey
return string

OAuthConsumerSecret public property

public string OAuthConsumerSecret
return string

OAuthToken public property

public string OAuthToken
return string

OAuthTokenSecret public property

public string OAuthTokenSecret
return string