HttpCachePolicy.GetNoServerCaching 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’état de la mise en cache du serveur pour la réponse actuelle.
public:
bool GetNoServerCaching();
public bool GetNoServerCaching ();
member this.GetNoServerCaching : unit -> bool
Public Function GetNoServerCaching () As Boolean
Retours
true
si la mise en cache du serveur est arrêtée pour la réponse actuelle ; sinon false
.