共用方式為


CacheControlHeaderValue.MaxStaleLimit 屬性

定義

取得或設定 指示詞的值 max-stale

指出 HTTP 用戶端願意接受超過其到期時間的回應持續時間上限。

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)

屬性值

備註

請參閱 https://tools.ietf.org/html/rfc7234#section-5.2.1.2

適用於