Amazon.Runtime.ClientConfig.GetWebProxy C# (CSharp) Метод

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

Returns a WebProxy instance configured to match the proxy settings in the client configuration.
public GetWebProxy ( ) : IWebProxy
Результат IWebProxy
        public IWebProxy GetWebProxy()
        {
            return proxy;
        }

Same methods

ClientConfig::GetWebProxy ( ) : WebProxy