Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

SharedAccessFileHeaders Class (Microsoft.WindowsAzure.Storage.File)

Represents the optional headers that can be returned with files accessed using SAS.

Namespace:   Microsoft.WindowsAzure.Storage.File
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.File.::..SharedAccessFileHeaders

Syntax

 
public sealed class SharedAccessFileHeaders
 
public ref class SharedAccessFileHeaders sealed 
 
[<Sealed>]
type SharedAccessFileHeaders = class end
 
Public NotInheritable Class SharedAccessFileHeaders

Constructors

NameDescription
System_CAPS_pubmethodSharedAccessFileHeaders()()()()

Initializes a new instance of the SharedAccessFileHeaders class.

System_CAPS_pubmethodSharedAccessFileHeaders(SharedAccessFileHeaders)(SharedAccessFileHeaders^)(SharedAccessFileHeaders)(SharedAccessFileHeaders)

Initializes a new instance of the SharedAccessFileHeaders class based on an existing instance.

Properties

NameDescription
System_CAPS_pubpropertyCacheControlCacheControlCacheControlCacheControl

Gets or sets the cache-control header returned with the file.

System_CAPS_pubpropertyContentDispositionContentDispositionContentDispositionContentDisposition

Gets or sets the content-disposition header returned with the file.

System_CAPS_pubpropertyContentEncodingContentEncodingContentEncodingContentEncoding

Gets or sets the content-encoding header returned with the file.

System_CAPS_pubpropertyContentLanguageContentLanguageContentLanguageContentLanguage

Gets or sets the content-language header returned with the file.

System_CAPS_pubpropertyContentTypeContentTypeContentTypeContentType

Gets or sets the content-type header returned with the file.

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top