OperationResponse.Headers 屬性
在衍生類別中覆寫時,包含與單一作業相關聯的 HTTP 回應標頭。
命名空間: System.Data.Services.Client
組件: Microsoft.Data.Services.Client (在 Microsoft.Data.Services.Client.dll 中)
語法
'宣告
Public ReadOnly Property Headers As IDictionary(Of String, String)
Get
'用途
Dim instance As OperationResponse
Dim value As IDictionary(Of String, String)
value = instance.Headers
public IDictionary<string, string> Headers { get; }
public:
property IDictionary<String^, String^>^ Headers {
IDictionary<String^, String^>^ get ();
}
member Headers : IDictionary<string, string>
function get Headers () : IDictionary<String, String>
屬性值
型別:System.Collections.Generic.IDictionary<String, String>
IDictionary 物件,包含標頭和值的名稱值組。