次の方法で共有


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

適用対象