Channel9Downloader.DataAccess.RssRepository.DownloadFeedData C# (CSharp) Method

DownloadFeedData() private method

Downloads RSS feed data.
private DownloadFeedData ( ) : System.Xml.Linq.XDocument
return System.Xml.Linq.XDocument
        private XDocument DownloadFeedData()
        {
            return DownloadFeedData(string.Format("http://channel9.msdn.com/Feeds/RSS"));
        }

Same methods

RssRepository::DownloadFeedData ( Category category ) : System.Xml.Linq.XDocument
RssRepository::DownloadFeedData ( string address ) : System.Xml.Linq.XDocument