C# Class Solocast.Services.FeedParserService

Inheritance: IFeedParaseService
Mostrar archivo Open project: Solocast/solocast-clients Class Usage Examples

Public Methods

Method Description
FeedParserService ( ) : Newtonsoft.Json
GetPodcastAsync ( string feedUrl ) : Task

Private Methods

Method Description
GetChannelNodeAsync ( Uri feedUrl ) : Task
GetChannelNodeAsync ( string feedUrl ) : Task

Method Details

FeedParserService() public method

public FeedParserService ( ) : Newtonsoft.Json
return Newtonsoft.Json

GetPodcastAsync() public method

public GetPodcastAsync ( string feedUrl ) : Task
feedUrl string
return Task