WebRequestExecutor.ResponseHeaders Property

Gets the headers of the response.

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

Syntax

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

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

Property Value

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

See Also

Reference

WebRequestExecutor Class

WebRequestExecutor Members

Microsoft.SharePoint.Client Namespace