Amazon.S3.AmazonS3HttpUtil.GetProxyIfAvailableAndConfigured C# (CSharp) Méthode

GetProxyIfAvailableAndConfigured() private static méthode

private static GetProxyIfAvailableAndConfigured ( IClientConfig config ) : IWebProxy
config IClientConfig
Résultat IWebProxy
        private static IWebProxy GetProxyIfAvailableAndConfigured(IClientConfig config)
        {
#if BCL || UNITY || CORECLR
            return config.GetWebProxy();
#else
            return null;
#endif
        }
    }