WebRequestExecutor.RequestHeaders 属性
Gets the headers of the request that will be sent to the server.
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中)
语法
声明
Public MustOverride ReadOnly Property RequestHeaders As WebHeaderCollection
Get
用法
Dim instance As WebRequestExecutor
Dim value As WebHeaderCollection
value = instance.RequestHeaders
public abstract WebHeaderCollection RequestHeaders { get; }
属性值
类型:System.Net.WebHeaderCollection
The collection that contains the headers of the request.