Table of Contents

Class AmazonWebServiceResponse

Namespace
Amazon.Runtime
Assembly
AWSSDK.Core.dll

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

long

HttpStatusCode

Returns the status code of the HTTP response.

public HttpStatusCode HttpStatusCode { get; set; }

Property Value

HttpStatusCode

ResponseMetadata

Contains additional information about the request, such as the Request Id.

public ResponseMetadata ResponseMetadata { get; set; }

Property Value

ResponseMetadata