C# Class AtomFeed.Feed

Inheritance: IFeed
Afficher le fichier Open project: growse/Feedling

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Feed ( ) : System
Résultat System

Feed() public méthode

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

Update() public méthode

public Update ( ) : void
Résultat void

Watch() public méthode

public Watch ( ) : void
Résultat void