C# Class Amazon.S3.AmazonS3HttpUtil

Mostra file Open project: aws/aws-sdk-net

Private Methods

Method Description
GetHead ( IAmazonS3 s3Client, IClientConfig config, string url, string header ) : GetHeadResponse
GetHeadAsync ( IAmazonS3 s3Client, IClientConfig config, string url, string header ) : Task
GetHeadHttpRequest ( IClientConfig config, string url ) : HttpWebRequest
GetHttpClient ( IClientConfig config ) : HttpClient
GetProxyIfAvailableAndConfigured ( IClientConfig config ) : IWebProxy
HandleWebException ( string header, WebException we ) : GetHeadResponse
HandleWebResponse ( string header, HttpWebResponse httpResponse ) : GetHeadResponse
SetProxyIfAvailableAndConfigured ( IClientConfig config, HttpWebRequest httpWebRequest ) : void