Share via


DataServiceStreamResponse.Headers Vlastnost

Definice

Získá kolekci hlaviček z odpovědi.

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

Hodnota vlastnosti

Kolekce hlaviček ze zprávy odpovědi jako Dictionary<TKey,TValue> objekt.

Poznámky

Odpověď je Dictionary<TKey,TValue> objekt, který obsahuje dvojice řetězců klíč-hodnota pro každou hlavičku v odpovědi.

Platí pro