DataServiceStreamResponse.Headers 屬性

定義

從回應取得標頭的集合。

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)

屬性值

回應訊息中的標頭集合,做為 Dictionary<TKey,TValue> 物件。

備註

回應是 Dictionary<TKey,TValue> 物件,它包含回應中每個標頭的索引鍵值組字串。

適用於