Partilhar via


CacheControlHeaderValue.MaxStaleLimit Propriedade

Definição

Obtém ou define um valor para a max-stale diretiva .

Indica a duração máxima que um cliente HTTP está disposto a aceitar uma resposta que excedeu seu tempo de expiração.

public:
 property Nullable<TimeSpan> MaxStaleLimit { Nullable<TimeSpan> get(); void set(Nullable<TimeSpan> value); };
public TimeSpan? MaxStaleLimit { get; set; }
member this.MaxStaleLimit : Nullable<TimeSpan> with get, set
Public Property MaxStaleLimit As Nullable(Of TimeSpan)

Valor da propriedade

Comentários

Consulte https://tools.ietf.org/html/rfc7234#section-5.2.1.2.

Aplica-se a