Share via


WebResponseInfo.Headers property

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.

See also

Reference

WebResponseInfo class

WebResponseInfo members

Microsoft.SharePoint.Client namespace