set_MaxStale()

CacheControlHeaderValue::set_MaxStale(bool) method

Sets the value that determines if the client will accept the expired responses.

void System::Net::Http::Headers::CacheControlHeaderValue::set_MaxStale(bool value)

Arguments

ParameterTypeDescription
valueboolThe value that must be set.

See Also