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

WebProxy() public method

public WebProxy ( string proxyUri ) : System
proxyUri string
return System
        public WebProxy(string proxyUri)
        : this(new Uri(proxyUri))
        {
        }

Same methods

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