ODataMessageExtensions.PreferenceAppliedHeader(IODataResponseMessage) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’instance ODataPreferenceHeader pour obtenir ou définir des préférences sur l’en-tête « Preference-Applied » de .responseMessage
public static Microsoft.OData.ODataPreferenceHeader PreferenceAppliedHeader (this Microsoft.OData.IODataResponseMessage responseMessage);
static member PreferenceAppliedHeader : Microsoft.OData.IODataResponseMessage -> Microsoft.OData.ODataPreferenceHeader
<Extension()>
Public Function PreferenceAppliedHeader (responseMessage As IODataResponseMessage) As ODataPreferenceHeader
Paramètres
- responseMessage
- IODataResponseMessage
Message de réponse pour obtenir ou définir l'en-tête « Preference-Applied ».
Retours
Retourne l’instance ODataPreferenceHeader pour obtenir ou définir des préférences sur l’en-tête « Preference-Applied » du responseMessage
.