C# Class BoxKite.Twitter.SearchStreamExtensions

显示文件 Open project: nickhodge/BoxKite.Twitter

Public Methods

Method Description
StartSearchStream ( this session, IEnumerable track = null, IEnumerable follow = null, IEnumerable locations = null ) : ISearchStream
StartSearchStream ( this session, string track = null, string follow = null, string locations = null ) : ISearchStream

Method Details

StartSearchStream() public static method

public static StartSearchStream ( this session, IEnumerable track = null, IEnumerable follow = null, IEnumerable locations = null ) : ISearchStream
session this
track IEnumerable
follow IEnumerable
locations IEnumerable
return ISearchStream

StartSearchStream() public static method

public static StartSearchStream ( this session, string track = null, string follow = null, string locations = null ) : ISearchStream
session this
track string
follow string
locations string
return ISearchStream