Channel9Downloader.DataAccess.RssRepository.DownloadFeedData C# (CSharp) 메소드

DownloadFeedData() 개인적인 메소드

Downloads RSS feed data.
private DownloadFeedData ( ) : System.Xml.Linq.XDocument
리턴 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