C# Class TwitterClient.TwitterConfig

Datei anzeigen 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_oe property

public string Keywords
return string

OAuthConsumerKey public_oe property

public string OAuthConsumerKey
return string

OAuthConsumerSecret public_oe property

public string OAuthConsumerSecret
return string

OAuthToken public_oe property

public string OAuthToken
return string

OAuthTokenSecret public_oe property

public string OAuthTokenSecret
return string