System.Net.EmptyWebProxy.IAutoWebProxy C# (CSharp) Méthode

IAutoWebProxy() private méthode

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