Esempio n. 1
0
 public HttpDownloader(string url, HttpDownloaderOptions options)
 {
     WebFactory = new WebFactory {Options = options};
     InitCreateResponse(url);
 }
Esempio n. 2
0
 public HttpDownloader(string url)
 {
     WebFactory = new WebFactory();
     InitCreateResponse(url);
 }