Propriété DataServiceOperationContext.ResponseHeaders
Obtient les en-têtes de réponse pour l'opération en cours.
Espace de noms : System.Data.Services
Assembly : Microsoft.Data.Services (en Microsoft.Data.Services.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ResponseHeaders As WebHeaderCollection
Get
'Utilisation
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
Valeur de propriété
Type : System.Net.WebHeaderCollection
Objet WebHeaderCollection qui contient les en-têtes de réponse.