CacheControlHeaderValue.MaxStaleLimit 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 指令的值 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。