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을 참조하세요.

적용 대상