System.Net.EmptyWebProxy.IAutoWebProxy C# (CSharp) Метод

IAutoWebProxy() приватный Метод

private IAutoWebProxy ( Uri destination ) : ProxyChain
destination Uri
Результат ProxyChain
        ProxyChain IAutoWebProxy.GetProxies(Uri destination)
        {
            return new DirectProxy(destination);
        }
    }