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> 对象。

适用于