WebRequestExecutor.ResponseHeaders 属性
Gets the headers of the response.
命名空间: 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
The collection that contains the headers of the response.