Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the headers of the HTTP response.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Headers As IDictionary(Of String, String)
Get
Set
'Usage
Dim instance As WebResponseInfo
Dim value As IDictionary(Of String, String)
value = instance.Headers
instance.Headers = value
public IDictionary<string, string> Headers { get; set; }
Property value
Type: System.Collections.Generic.IDictionary<String, String>
The headers of the HTTP response.