set_OnlyIfCached()

CacheControlHeaderValue::set_OnlyIfCached(bool) method

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

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

Arguments

ParameterTypeDescription
valueboolThe value that must be set.

See Also