public ProxyHttpRequestSelector(ProxySelector selector, string url) : base(url) { _selector = selector; _selectorCopy = new HttpProxySelector(selector.FetchProxies()); _error = new Stack <AttemptPair>(); }
public ProxyHttpRequestSelector(ProxySelector selector, IHttpWire wire) : base(wire) { _selector = selector; _selectorCopy = new HttpProxySelector(selector.FetchProxies()); _error = new Stack<AttemptPair>(); }
public ProxyHttpRequestSelector(ProxySelector selector, IHttpWire wire) : base(wire) { _selector = selector; _selectorCopy = new HttpProxySelector(selector.FetchProxies()); _error = new Stack <AttemptPair>(); }