System::Net::Http::Headers::CacheControlHeaderValue::set_OnlyIfCached method

CacheControlHeaderValue::set_OnlyIfCached method

Sets the value that determines if the client must use only cached entries.

void System::Net::Http::Headers::CacheControlHeaderValue::set_OnlyIfCached(bool value)
ParameterTypeDescription
valueboolThe value that must be set.

See Also