C# 클래스 wmib.Extensions.RssFeed.RssManager

파일 보기 프로젝트 열기: benapetr/wikimedia-bot 1 사용 예제들

공개 메소드들

메소드 설명
CompareLists ( List source, List target ) : bool
ContainsItem ( List list, RssFeedItem item ) : bool
ReadFeed ( string url, Feed item, string channel ) : List

Reads the relevant Rss feed and returns a list of RssFeedItems

Validator ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool

메소드 상세

CompareLists() 공개 정적인 메소드

public static CompareLists ( List source, List target ) : bool
source List
target List
리턴 bool

ContainsItem() 공개 정적인 메소드

public static ContainsItem ( List list, RssFeedItem item ) : bool
list List
item RssFeedItem
리턴 bool

ReadFeed() 공개 정적인 메소드

Reads the relevant Rss feed and returns a list of RssFeedItems
public static ReadFeed ( string url, Feed item, string channel ) : List
url string
item Feed
channel string
리턴 List

Validator() 공개 정적인 메소드

public static Validator ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool
sender object
certificate System.Security.Cryptography.X509Certificates.X509Certificate
chain System.Security.Cryptography.X509Certificates.X509Chain
sslPolicyErrors SslPolicyErrors
리턴 bool