DataServiceResponse.BatchHeaders Propriété

Définition

En-têtes d'une réponse HTTP associée à une demande de lot.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ BatchHeaders { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> BatchHeaders { get; }
member this.BatchHeaders : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property BatchHeaders As IDictionary(Of String, String)

Valeur de propriété

Un objet IDictionary contenant les paires nom-valeur d'une réponse HTTP.

Remarques

La propriété d'en-têtes de l'instance DataServiceResponse retournée est une collection vide lorsque le traitement par lots n'est pas utilisé, car aucun jeu d'en-têtes ne représente l'opération entière de sauvegarde.

S’applique à