Amazon.Runtime.Internal.Util.WebProxy.GetProxy C# (CSharp) Method

GetProxy() public method

Getter to fetch the set proxy
public GetProxy ( Uri destination ) : Uri
destination System.Uri
return System.Uri
        public Uri GetProxy(Uri destination)
        {
            return this.ProxyUri;
        }