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

未验证 Headers 中的标头。 因此,请确保不要以更改请求含义的方式来更改 HTTP 标头。

适用于