System.Net.EmptyWebProxy.IAutoWebProxy C# (CSharp) 메소드

IAutoWebProxy() 개인적인 메소드

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