Condividi tramite


Proprietà DataServiceOperationContext.ResponseHeaders

Ottiene le intestazioni della risposta per l'operazione corrente.

Spazio dei nomi  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ResponseHeaders As WebHeaderCollection
    Get
'Utilizzo
Dim instance As DataServiceOperationContext
Dim value As WebHeaderCollection

value = instance.ResponseHeaders
public WebHeaderCollection ResponseHeaders { get; }
public:
property WebHeaderCollection^ ResponseHeaders {
    WebHeaderCollection^ get ();
}
member ResponseHeaders : WebHeaderCollection
function get ResponseHeaders () : WebHeaderCollection

Valore proprietà

Tipo: System.Net.WebHeaderCollection
Oggetto WebHeaderCollection che contiene le intestazioni della risposta.

Vedere anche

Riferimento

DataServiceOperationContext Classe

Spazio dei nomi System.Data.Services