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;
        }