DataServiceResponse.BatchHeaders Vlastnost

Definice

Hlavičky z odpovědi HTTP přidružené k dávkovému požadavku.

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)

Hodnota vlastnosti

Objekt IDictionary obsahující páry název-hodnota odpovědi HTTP.

Poznámky

Vlastnost headers u DataServiceResponse vrácené instance bude prázdnou kolekcí, pokud se nepoužívá dávkování, protože neexistuje žádná sada hlaviček, které by představovaly celou operaci uložení.

Platí pro