Exemplo n.º 1
0
 public ProxyRoundRobinUrlDownloader(IProxyRepository proxyRepository,
                                     IProxiedUrlDownloader proxiedDownloader,
                                     IConfigurationReader configurationReader,
                                     IUrlDownloader urlDownloader)
 {
     _proxyRepository     = proxyRepository;
     _proxiedDownloader   = proxiedDownloader;
     _configurationReader = configurationReader;
     _urlDownloader       = urlDownloader;
 }