DataServiceStreamResponse.ContentType Propiedad

Definición

Obtiene el tipo de contenido del flujo de respuesta.

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

Valor de propiedad

El tipo de contenido del flujo de respuesta.

Comentarios

Cuando el Content-Type encabezado no está presente en la respuesta, la ContentDisposition propiedad devuelve null.

Se aplica a