System.Net.WebRequest.WebProxyWrapperOpaque.GetProxies C# (CSharp) Method

GetProxies() public method

public GetProxies ( Uri destination ) : ProxyChain
destination Uri
return ProxyChain
            public ProxyChain GetProxies(Uri destination)
            {
                return ((IAutoWebProxy) webProxy).GetProxies(destination);
            }
        }