DataServiceRequestArgs.Headers 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取请求信息中的标头。
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> 对象。
未验证 Headers 中的标头。 因此,请确保不要以更改请求含义的方式来更改 HTTP 标头。