|  | CoreTweet
    2.0.0-beta.2
    Yet another .NET Twitter Library | 
Represents the parameters for the Twitter Streaming API. More...
| Public Member Functions | |
| StreamingParameters (params Expression< Func< string, object >>[] streamingParameters) | |
| StreamingParameters (IEnumerable< KeyValuePair< string, object >> streamingParameters) | |
| Initializes a new instance of the StreamingParameters class with a specified option.  More... | |
| Static Public Member Functions | |
| static StreamingParameters | Create< T > (T streamingParameters) | 
| Initializes a new instance of the StreamingParameters class with a specified option.  More... | |
| Properties | |
| List< KeyValuePair< string, object > > | Parameters  [get] | 
| Gets the raw parameters.  More... | |
Represents the parameters for the Twitter Streaming API.
| 
 | inline | 
Initializes a new instance of the StreamingParameters class with a specified option.
Available parameters:
*Note: In filter stream, at least one predicate parameter (follow, locations, or track) must be specified.
bool stall_warnings (optional)" : Specifies whether stall warnings should be delivered.
string / IEnumerable<long> follow (optional*, required in site stream, ignored in user stream)
string / IEnumerable<string> track (optional*)
string / IEnumerable<string> location (optional*)
string with (optional)
| streamingParameters | The streaming parameters. | 
| 
 | inline | 
Initializes a new instance of the StreamingParameters class with a specified option.
| streamingParameters | The streaming parameters. | 
| 
 | inlinestatic | 
Initializes a new instance of the StreamingParameters class with a specified option.
| streamingParameters | The streaming parameters. | 
| 
 | get | 
Gets the raw parameters.
 1.8.17
 1.8.17