CacheControlHeaderValue.SharedMaxAge 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 指令的值 s-maxage
。
重写 最大期限,但仅适用于共享缓存 (,例如代理) 。
public:
property Nullable<TimeSpan> SharedMaxAge { Nullable<TimeSpan> get(); void set(Nullable<TimeSpan> value); };
public TimeSpan? SharedMaxAge { get; set; }
member this.SharedMaxAge : Nullable<TimeSpan> with get, set
Public Property SharedMaxAge As Nullable(Of TimeSpan)
属性值
注解
请参阅 https://tools.ietf.org/html/rfc7234#section-5.2.2.9。