コード例 #1
0
 public DelayedJobDownloadWebsite(IConsoleWrapper console, string path, DateTime timeStart) : base(console, timeStart)
 {
     _path     = WebsiteUtils.GetDownloadUrl(path);
     _fileName = FileUtils.GetPathSaveUrl(_path);
 }
コード例 #2
0
 public JobDownloadWebsite(IConsoleWrapper console, string path) : base(console)
 {
     _path     = WebsiteUtils.GetDownloadUrl(path);
     _fileName = FileUtils.GetPathSaveUrl(_path);
 }