Compartir a través de


DataServiceStreamResponse.Headers Propiedad

Obtiene la colección de encabezados de la 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 Headers As Dictionary(Of String, String)
    Get
'Uso
Dim instance As DataServiceStreamResponse
Dim value As Dictionary(Of String, String)

value = instance.Headers
public Dictionary<string, string> Headers { get; }
public:
property Dictionary<String^, String^>^ Headers {
    Dictionary<String^, String^>^ get ();
}
member Headers : Dictionary<string, string>
function get Headers () : Dictionary<String, String>

Valor de la propiedad

Tipo: System.Collections.Generic.Dictionary<String, String>
La colección de encabezados del mensaje de respuesta como un objeto Dictionary<TKey, TValue>.

Comentarios

La respuesta es un objeto Dictionary<TKey, TValue> que contiene pares de clave y valor de cadenas para cada encabezado de la respuesta.

Vea también

Referencia

DataServiceStreamResponse Clase

Espacio de nombres System.Data.Services.Client