System::Net::Http::Headers::CacheControlHeaderValue::set_Public method

CacheControlHeaderValue::set_Public method

Sets the value that determines if an HTTP response can be cached by any cache.

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

See Also