BetterHttpClient.ProxyManager.GetAllProxies C# (CSharp) Method

GetAllProxies() public method

Return all proxies
public GetAllProxies ( ) : List
return List
        public List<Proxy> GetAllProxies()
        {
            lock(_proxies)
                return CloneProxyList(_proxies);
        }