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

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

Set the ProxyUri
public WebProxy ( Uri proxyUri ) : System
proxyUri System.Uri
Результат System
        public WebProxy(Uri proxyUri)
        {
            this.ProxyUri =  proxyUri;
        }

Same methods

WebProxy::WebProxy ( string proxyUri ) : System
WebProxy::WebProxy ( string proxyHost, int proxyPort ) : System