Bagikan melalui


CacheControlHeaderValue.MaxStale Properti

Definisi

Apakah klien HTTP bersedia menerima respons yang telah melebihi waktu kedaluwarsanya.

public:
 property bool MaxStale { bool get(); void set(bool value); };
public bool MaxStale { get; set; }
member this.MaxStale : bool with get, set
Public Property MaxStale As Boolean

Nilai Properti

true jika klien HTTP bersedia menerima respons yang telah melebihi waktu kedaluwarsa; jika tidak, false.

Keterangan

Properti ini menunjukkan apakah direktif "max-stale" ada di bidang header kontrol cache pada permintaan HTTP.

Berlaku untuk