System.Net.EmptyWebProxy.IAutoWebProxy C# (CSharp) Method

IAutoWebProxy() private method

private IAutoWebProxy ( Uri destination ) : ProxyChain
destination Uri
return ProxyChain
        ProxyChain IAutoWebProxy.GetProxies(Uri destination)
        {
            return new DirectProxy(destination);
        }
    }