public HttpDownloader(string url, HttpDownloaderOptions options) { WebFactory = new WebFactory {Options = options}; InitCreateResponse(url); }
public HttpDownloader(string url) { WebFactory = new WebFactory(); InitCreateResponse(url); }