System.Net.WebRequest.WebProxyWrapperOpaque.GetProxies C# (CSharp) Méthode

GetProxies() public méthode

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