Freigeben über


DataServiceStreamResponse.Headers-Eigenschaft

Ruft die Header-Auflistung aus der Antwort ab.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Headers As Dictionary(Of String, String)
    Get
'Usage
Dim instance As DataServiceStreamResponse
Dim value As Dictionary(Of String, String)

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

Eigenschaftswert

Typ: System.Collections.Generic.Dictionary<String, String>
Die Headerauflistung von der Antwortnachricht als Dictionary<TKey, TValue>-Objekt.

Hinweise

Die Antwort ist ein Dictionary<TKey, TValue>-Objekt, das Schlüssel/Wert-Paare von Zeichenfolgen für jeden Header in der Antwort enthält.

Siehe auch

Verweis

DataServiceStreamResponse Klasse

System.Data.Services.Client-Namespace