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