C# Class Charmed.Sample.Services.RssFeedService

Service to read RSS feeds.
The idea behind this class is mostly borrowed from Windows Store Blog Reader Sample http://msdn.microsoft.com/en-us/library/windows/apps/br211380.aspx
Inheritance: IRssFeedService
Exibir arquivo Open project: brentedwards/Charmed

Protected Properties

Property Type Description
settings ISettings

Public Methods

Method Description
GetFeedsAsync ( ) : Task>
RssFeedService ( ISettings settings ) : Charmed.Sample.Models

Private Methods

Method Description
GetFeedAsync ( string feedUriString ) : Task

Method Details

GetFeedsAsync() public method

public GetFeedsAsync ( ) : Task>
return Task>

RssFeedService() public method

public RssFeedService ( ISettings settings ) : Charmed.Sample.Models
settings ISettings
return Charmed.Sample.Models

Property Details

settings protected_oe property

protected ISettings settings
return ISettings