C# Class AtomFeed.Feed

Inheritance: IFeed
Datei anzeigen Open project: growse/Feedling

Public Methods

Method Description
Feed ( ) : System
Feed ( Uri url, FeedAuthTypes authType, string userName, string password, IWebProxy proxy ) : System
Update ( ) : void
Watch ( ) : void

Private Methods

Method Description
Fetch ( Uri uri ) : XmlDocument
FireUpdated ( ) : void
GetItemFromFeedEntry ( XPathNodeIterator xPathNodeIterator, IXmlNamespaceResolver xmlNamespaceManager ) : FeedItem
SetFeedDescription ( XPathNavigator xPathNavigator, IXmlNamespaceResolver xmlNamespaceManager ) : void
SetFeedLink ( XPathNavigator xPathNavigator, IXmlNamespaceResolver xmlNamespaceManager ) : void
SetFeedTitle ( XPathNavigator xPathNavigator, IXmlNamespaceResolver xmlNamespaceManager ) : void

Method Details

Feed() public method

public Feed ( ) : System
return System

Feed() public method

public Feed ( Uri url, FeedAuthTypes authType, string userName, string password, IWebProxy proxy ) : System
url System.Uri
authType FeedAuthTypes
userName string
password string
proxy IWebProxy
return System

Update() public method

public Update ( ) : void
return void

Watch() public method

public Watch ( ) : void
return void