Amazon.Runtime.ClientConfig.GetWebProxy C# (CSharp) Method

GetWebProxy() public method

Returns a WebProxy instance configured to match the proxy settings in the client configuration.
public GetWebProxy ( ) : IWebProxy
return IWebProxy
        public IWebProxy GetWebProxy()
        {
            return proxy;
        }

Same methods

ClientConfig::GetWebProxy ( ) : WebProxy