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

适用于