SharedAccessFileHeaders Class

Definition

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

public sealed class SharedAccessFileHeaders
type SharedAccessFileHeaders = class
Public NotInheritable Class SharedAccessFileHeaders
Inheritance
SharedAccessFileHeaders

Constructors

SharedAccessFileHeaders()

Initializes a new instance of the SharedAccessFileHeaders class.

SharedAccessFileHeaders(SharedAccessFileHeaders)

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

Properties

CacheControl

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

ContentDisposition

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

ContentEncoding

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

ContentLanguage

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

ContentType

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

Applies to