get_Private()

CacheControlHeaderValue::get_Private() method

Gets 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.

bool System::Net::Http::Headers::CacheControlHeaderValue::get_Private()

Return Value

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.

See Also