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