set_Public()

CacheControlHeaderValue::set_Public(bool) 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)

Arguments

ParameterTypeDescription
valueboolThe value that must be set.

See Also