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