C# Class RssToolkit.Rss.DownloadManager

helper class that provides memory and disk caching of the downloaded feeds
ファイルを表示 Open project: Throy/derp-octo-robot Class Usage Examples

Public Methods

Method Description
StableHash ( string value ) : int

Private Methods

Method Description
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

Method Details

StableHash() public static method

public static StableHash ( string value ) : int
value string
return int