CacheControlHeaderValue.MinFresh Propriété
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 ou définit une valeur pour la min-fresh
directive.
Indique la durée de vie d’actualisation qu’un client HTTP est prêt à accepter une réponse.
public:
property Nullable<TimeSpan> MinFresh { Nullable<TimeSpan> get(); void set(Nullable<TimeSpan> value); };
public TimeSpan? MinFresh { get; set; }
member this.MinFresh : Nullable<TimeSpan> with get, set
Public Property MinFresh As Nullable(Of TimeSpan)
Valeur de propriété
Remarques
Consultez https://tools.ietf.org/html/rfc7234#section-5.2.1.3.