C# Class BoxKite.Twitter.Models.StreamSearchRequest

Show file Open project: nickhodge/BoxKite.Twitter Class Usage Examples

Public Properties

Property Type Description
FilterLevel string
Follows List
Language string
Locations List
Tracks List

Public Methods

Method Description
StreamSearchRequest ( ) : System.Collections.Generic

Method Details

StreamSearchRequest() public method

public StreamSearchRequest ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

FilterLevel public property

public string FilterLevel
return string

Follows public property

public List Follows
return List

Language public property

public string Language
return string

Locations public property

public List Locations
return List

Tracks public property

public List Tracks
return List