Share via


DataServiceStreamResponse.ContentDisposition Proprietà

Definizione

Ottiene il campo dell'intestazione Content-Disposition per il flusso di risposta.

public:
 property System::String ^ ContentDisposition { System::String ^ get(); };
public string ContentDisposition { get; }
member this.ContentDisposition : string
Public ReadOnly Property ContentDisposition As String

Valore della proprietà

Contenuto del campo dell'intestazione Content-Disposition.

Commenti

Quando l'intestazione Content-Disposition non è presente nella risposta, la ContentDisposition proprietà restituisce null.

Si applica a