Amazon.Runtime.Internal.Util.WebProxy.GetProxy C# (CSharp) Метод

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

Getter to fetch the set proxy
public GetProxy ( Uri destination ) : Uri
destination System.Uri
Результат System.Uri
        public Uri GetProxy(Uri destination)
        {
            return this.ProxyUri;
        }