コード例 #1
0
 private void WriteCacheEntry(CrawlStep step, DownloadMethod method, PropertyBag result)
 {
     File.WriteAllBytes(GetCacheFileName(step, method), result.ToBinary());
 }
コード例 #2
0
ファイル: WebDownloader.cs プロジェクト: bormaxi/NCrawler
 private void WriteCacheEntry(CrawlStep step, DownloadMethod method, PropertyBag result)
 {
     File.WriteAllBytes(GetCacheFileName(step, method), result.ToBinary());
 }