Exemplo n.º 1
0
 public async Task <SyndicationFeed> GetRSSFeedAsync(string url)
 {
     return(await RSSFeedRetrieval.GetRSSFeedByUrl(url));
 }
Exemplo n.º 2
0
 public SyndicationFeed GetRSSFeedSync(string url)
 {
     return(RSSFeedRetrieval.GetRSSFeedByUrl(url).Result);
 }