System.Net.WebRequest.WebProxyWrapperOpaque.GetProxies C# (CSharp) Метод

GetProxies() публичный Метод

public GetProxies ( Uri destination ) : ProxyChain
destination Uri
Результат ProxyChain
            public ProxyChain GetProxies(Uri destination)
            {
                return ((IAutoWebProxy) webProxy).GetProxies(destination);
            }
        }