Share via


DataServiceStreamResponse.ContentDisposition Property

Definition

Gets the Content-Disposition header field for the response stream.

public string ContentDisposition { get; }
member this.ContentDisposition : string
Public ReadOnly Property ContentDisposition As String

Property Value

The contents of the Content-Disposition header field.

Remarks

If the Content-Disposition header was not present in the response this property will return null.

Applies to