DataServiceStreamResponse.ContentType Propiedad
Obtiene el tipo de contenido del flujo de respuesta.
Espacio de nombres: System.Data.Services.Client
Ensamblado: Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)
Sintaxis
'Declaración
Public ReadOnly Property ContentType As String
Get
'Uso
Dim instance As DataServiceStreamResponse
Dim value As String
value = instance.ContentType
public string ContentType { get; }
public:
property String^ ContentType {
String^ get ();
}
member ContentType : string
function get ContentType () : String
Valor de la propiedad
Tipo: System.String
El tipo de contenido del flujo de respuesta.
Comentarios
Cuando el encabezado Content-Type no se encuentra en la respuesta, la propiedad ContentDisposition devuelve nulles una referencia NULL (Nothing en Visual Basic)..