System::Net::Http::Headers::CacheControlHeaderValue::set_MaxStaleLimit method

CacheControlHeaderValue::set_MaxStaleLimit method

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

void System::Net::Http::Headers::CacheControlHeaderValue::set_MaxStaleLimit(Nullable<TimeSpan> value)
ParameterTypeDescription
valueNullable<TimeSpan>The value that must be set.

See Also