WebRequestExecutor.ResponseHeaders 屬性
取得回應的標題。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Runtime (在 Microsoft.SharePoint.Client.Runtime.dll 中)
語法
'宣告
Public MustOverride ReadOnly Property ResponseHeaders As WebHeaderCollection
Get
'用途
Dim instance As WebRequestExecutor
Dim value As WebHeaderCollection
value = instance.ResponseHeaders
public abstract WebHeaderCollection ResponseHeaders { get; }
屬性值
類型:System.Net.WebHeaderCollection
包含的回應標頭的集合。