HeadersCollection Class

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
This class contains the headers for an S3 object.

Inheritance Hierarchy

System.Object
  Amazon.S3.Model.HeadersCollection

Namespace: Amazon.S3.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public sealed class HeadersCollection : Object

The HeadersCollection type exposes the following members

Constructors

  Name Description
Public Method HeadersCollection()

Properties

  Name Description
Public Property CacheControl Specifies caching behavior along the request/reply chain.
Public Property ContentDisposition Specifies presentational information for the object.
Public Property ContentEncoding Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.
Public Property ContentLength The size of the object, in bytes.
Public Property ContentMD5 The base64-encoded 128-bit MD5 digest of the message (without the headers) according to RFC 1864. This header can be used as a message integrity check to verify that the data is the same data that was originally sent.
Public Property ContentType A standard MIME type describing the format of the object data.
Public Property Count Gets the count of headers.
Public Property Expires The date and time at which the object is no longer cacheable.
Public Property Item
Public Property Keys Gets the names of the headers set.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8