Class AmazonWebServiceResponse
Abstract class for Response objects, contains only metadata, and no result information.
public class AmazonWebServiceResponse
  - Inheritance
 - 
      
      AmazonWebServiceResponse
 
- Inherited Members
 
Constructors
AmazonWebServiceResponse()
public AmazonWebServiceResponse()
  Properties
ContentLength
Returns the content length of the HTTP response.
public long ContentLength { get; set; }
  Property Value
HttpStatusCode
Returns the status code of the HTTP response.
public HttpStatusCode HttpStatusCode { get; set; }
  Property Value
ResponseMetadata
Contains additional information about the request, such as the Request Id.
public ResponseMetadata ResponseMetadata { get; set; }