Bagikan melalui


DataServiceStreamResponse.Headers Properti

Definisi

Mendapatkan kumpulan header dari respons.

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)

Nilai Properti

Koleksi header dari pesan respons sebagai Dictionary<TKey,TValue> objek.

Keterangan

Responsnya adalah Dictionary<TKey,TValue> objek yang berisi pasangan kunci-nilai string untuk setiap header dalam respons.

Berlaku untuk