C# Класс RssWidgetPortableArea.Services.SyndicationService

Показать файл Открыть проект

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

Метод Описание
GetFeed ( string url, int count ) : System.ServiceModel.Syndication.SyndicationFeed

Gets an RSS feed from a given URL and returns the resulting XML as a string.

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

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

Gets an RSS feed from a given URL and returns the resulting XML as a string.
public GetFeed ( string url, int count ) : System.ServiceModel.Syndication.SyndicationFeed
url string URL of the feed to load.
count int The count of postings to return.
Результат System.ServiceModel.Syndication.SyndicationFeed