Braintree.WebProxy.GetProxy C# (CSharp) Method

GetProxy() public method

public GetProxy ( Uri destination ) : Uri
destination System.Uri
return System.Uri
        public Uri GetProxy(Uri destination)
        {
            return ProxyUri;
        }