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