C# 클래스 RssToolkit.Rss.DownloadManager

helper class that provides memory and disk caching of the downloaded feeds
파일 보기 프로젝트 열기: Throy/derp-octo-robot 1 사용 예제들

공개 메소드들

메소드 설명
StableHash ( string value ) : int

비공개 메소드들

메소드 설명
CacheReadable ( CacheInfo dom ) : bool
DownLoadFeedDom ( string url ) : CacheInfo
DownloadManager ( ) : System
GetFeed ( string url ) : Stream
GetFeedDom ( string url ) : CacheInfo
GetTempFileNamePrefixFromUrl ( string url ) : string
GetTtlFromString ( string ttlString, int defaultTtlMinutes ) : int
PrepareTempDir ( ) : string
TryDeleteFile ( string feedFilename ) : void
TryLoadFromDisk ( string url ) : CacheInfo
TrySaveToDisk ( XmlDocument doc, string url, System.DateTime utcExpiry ) : CacheInfo

메소드 상세

StableHash() 공개 정적인 메소드

public static StableHash ( string value ) : int
value string
리턴 int