C# 클래스 RdfFeed.Plugin

상속: IPlugin
파일 보기 프로젝트 열기: growse/Feedling

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddFeed ( Uri uri, FeedAuthTypes feedAuthType, string username, string password, IWebProxy reqproxy ) : IFeed
CanHandle ( IXPathNavigable document ) : bool

메소드 상세

AddFeed() 공개 메소드

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

CanHandle() 공개 메소드

public CanHandle ( IXPathNavigable document ) : bool
document IXPathNavigable
리턴 bool