Amazon.S3.AmazonS3HttpUtil.GetProxyIfAvailableAndConfigured C# (CSharp) Метод

GetProxyIfAvailableAndConfigured() приватный статический Метод

private static GetProxyIfAvailableAndConfigured ( IClientConfig config ) : IWebProxy
config IClientConfig
Результат IWebProxy
        private static IWebProxy GetProxyIfAvailableAndConfigured(IClientConfig config)
        {
#if BCL || UNITY || CORECLR
            return config.GetWebProxy();
#else
            return null;
#endif
        }
    }