set_Private()

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

Arguments

ParameterTypeDescription
valueboolThe value that must be set.

See Also