get_MaxStaleLimit()

CacheControlHeaderValue::get_MaxStaleLimit() method

Gets the value in seconds that determines the time during which the client will accept the expired responses.

Nullable<TimeSpan> System::Net::Http::Headers::CacheControlHeaderValue::get_MaxStaleLimit()

Return Value

The value in seconds that determines the time during which the client will accept the expired responses.

See Also