Condividi tramite


CacheControlHeaderValue.MinFresh Proprietà

Definizione

Ottiene o imposta un valore per la min-fresh direttiva.

Indica la durata di aggiornamento che un client HTTP è disposto a accettare una risposta.

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)

Valore della proprietà

Commenti

Vedere https://tools.ietf.org/html/rfc7234#section-5.2.1.3.

Si applica a