public ImageDownloader (int maxConcurrentDownloads = 2)
			: this (TimeSpan.FromDays (1))
		{
			http = new ThrottledHttp (maxConcurrentDownloads);
		}
예제 #2
0
 public ImageDownloader(int maxConcurrentDownloads = 2)
     : this(TimeSpan.FromDays(1))
 {
     http = new ThrottledHttp(maxConcurrentDownloads);
 }