DataServiceStreamResponse.ContentDisposition Property

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

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public ReadOnly Property ContentDisposition As String 
    Get
'Usage
Dim instance As DataServiceStreamResponse 
Dim value As String 

value = instance.ContentDisposition
public string ContentDisposition { get; }
public:
property String^ ContentDisposition {
    String^ get ();
}
member ContentDisposition : string
function get ContentDisposition () : String

Property Value

Type: System.String
The contents of the Content-Disposition header field.

Remarks

When the Content-Disposition header is not present in the response, the ContentDisposition property returns nulla null reference (Nothing in Visual Basic).

See Also

Reference

DataServiceStreamResponse Class

System.Data.Services.Client Namespace