System::Net::Http::Headers::CacheControlHeaderValue::set_Private method

CacheControlHeaderValue::set_Private method

Sets the value that determines if the HTTP response message or its part is intended for a single user and must not be cached by a shared cache.

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

See Also