C# Класс AjaxControlToolkit.TwitterAPI

Contains methods for interacting with the Twitter API over the network.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetProfile ( string screenName, int count, bool includeRetweets, bool includeReplies ) : IList
GetSearch ( string search, int count ) : List

Приватные методы

Метод Описание
ParseDateTime ( string date ) : System.DateTime
Query ( string resourceUrl, string>.IEnumerable parameters ) : string

Описание методов

GetProfile() публичный Метод

public GetProfile ( string screenName, int count, bool includeRetweets, bool includeReplies ) : IList
screenName string
count int
includeRetweets bool
includeReplies bool
Результат IList

GetSearch() публичный Метод

public GetSearch ( string search, int count ) : List
search string
count int
Результат List