C# Class RssFeed.Plugin

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddFeed ( Uri uri, FeedAuthTypes feedAuthType, string username, string password, IWebProxy reqproxy ) : IFeed
CanHandle ( IXPathNavigable document ) : bool

Method Details

AddFeed() public méthode

public AddFeed ( Uri uri, FeedAuthTypes feedAuthType, string username, string password, IWebProxy reqproxy ) : IFeed
uri System.Uri
feedAuthType FeedAuthTypes
username string
password string
reqproxy IWebProxy
Résultat IFeed

CanHandle() public méthode

public CanHandle ( IXPathNavigable document ) : bool
document IXPathNavigable
Résultat bool