Condividi tramite


WebRequestExecutor.RequestHeaders property

Gets the headers of the request that will be sent to the server.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property RequestHeaders As WebHeaderCollection
    Get
'Usage
Dim instance As WebRequestExecutor
Dim value As WebHeaderCollection

value = instance.RequestHeaders
public abstract WebHeaderCollection RequestHeaders { get; }

Property value

Type: System.Net.WebHeaderCollection
The collection that contains the headers of the request.

See also

Reference

WebRequestExecutor class

WebRequestExecutor members

Microsoft.SharePoint.Client namespace