Compartir a través de


DataServiceResponse.BatchHeaders Propiedad

Los encabezados de una respuesta HTTP asociada a una solicitud por lotes.

Espacio de nombres:  System.Data.Services.Client
Ensamblado:  Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)

Sintaxis

'Declaración
Public ReadOnly Property BatchHeaders As IDictionary(Of String, String)
    Get
'Uso
Dim instance As DataServiceResponse
Dim value As IDictionary(Of String, String)

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

Valor de la propiedad

Tipo: System.Collections.Generic.IDictionary<String, String>
Un objeto IDictionary que contiene los pares de nombre y valor de una respuesta HTTP.

Comentarios

La propiedad Headers en la instancia de DataServiceResponse devuelta será una colección vacía cuando el procesamiento por lotes no se utilice porque no haya ningún conjunto de encabezados que represente toda la operación de guardar.

Vea también

Referencia

DataServiceResponse Clase

Espacio de nombres System.Data.Services.Client