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

WebProxy() public method

Set the ProxyUri
public WebProxy ( Uri proxyUri ) : System
proxyUri System.Uri
return System
        public WebProxy(Uri proxyUri)
        {
            this.ProxyUri =  proxyUri;
        }

Same methods

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