BetterHttpClient.ProxyManager.ProxyManager C# (CSharp) Метод

ProxyManager() публичный Метод

public ProxyManager ( string file, bool anonymousOnly ) : System
file string
anonymousOnly bool
Результат System
        public ProxyManager(string file, bool anonymousOnly) : this(File.ReadLines(file), anonymousOnly, new ProxyJudgeService()) { }
        public ProxyManager(string file, bool anonymousOnly, ProxyJudgeService service) : this(File.ReadLines(file), anonymousOnly, service) { }

Same methods

ProxyManager::ProxyManager ( IEnumerable proxies, bool anonymousOnly, BetterHttpClient.CheckService.ProxyJudgeService proxyJudgeService ) : System
ProxyManager::ProxyManager ( IEnumerable proxies, bool anonymousOnly, BetterHttpClient.CheckService.ProxyJudgeService proxyJudgeService ) : System
ProxyManager::ProxyManager ( string file ) : System
ProxyManager::ProxyManager ( string file, bool anonymousOnly, BetterHttpClient.CheckService.ProxyJudgeService service ) : System