DataServiceResponse.BatchHeaders Özellik

Tanım

Toplu iş isteğiyle ilişkili bir HTTP yanıtından alınan üst bilgiler.

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)

Özellik Değeri

HTTP IDictionary yanıtının ad-değer çiftlerini içeren nesne.

Açıklamalar

Döndürülen örnekteki DataServiceResponse headers özelliği, toplu işlem kullanılmadığında boş bir koleksiyon olur çünkü kaydetme işleminin tamamını temsil eden üst bilgi kümesi yoktur.

Şunlara uygulanır