C# Class AtomFeed.Plugin

Inheritance: IPlugin
Datei anzeigen Open project: growse/Feedling

Private Properties

Property Type Description

Public Methods

Method Description
AddFeed ( Uri uri, FeedAuthTypes feedAuthType, string username, string password, IWebProxy reqproxy ) : IFeed
CanHandle ( IXPathNavigable xml ) : bool

Method Details

AddFeed() public method

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

CanHandle() public method

public CanHandle ( IXPathNavigable xml ) : bool
xml IXPathNavigable
return bool