AWS SDK for .NET Documentation
ResponseHeaders Property
AmazonAmazon.S3AmazonS3ExceptionResponseHeaders Did this page help you?   Yes   No    Tell us about it...
Gets the error response HTTP headers so that S3 specific information can be retrieved for debugging. Interesting fields are: a. x-amz-id-2 b. Date A value can be retrieved from this HeaderCollection via: ResponseHeaders.Get("key");
Declaration Syntax
C#
public WebHeaderCollection ResponseHeaders { get; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)