Compartilhar via


WebResponseInfo.Headers propriedade

Obtém ou define os cabeçalhos da resposta HTTP.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)

Sintaxe

'Declaração
Public Property Headers As IDictionary(Of String, String)
    Get
    Set
'Uso
Dim instance As WebResponseInfo
Dim value As IDictionary(Of String, String)

value = instance.Headers

instance.Headers = value
public IDictionary<string, string> Headers { get; set; }

Valor de propriedade

Tipo: System.Collections.Generic.IDictionary<String, String>
Os cabeçalhos de resposta HTTP.

Ver também

Referência

WebResponseInfo classe

WebResponseInfo membros

Microsoft.SharePoint.Client namespace