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

GetProxy() public méthode

public GetProxy ( Uri destination ) : Uri
destination Uri
Résultat Uri
            public Uri GetProxy(Uri destination)
            {
                return webProxy.GetProxy(destination);
            }