System::Net::Http::Headers::CacheControlHeaderValue::get_Private method

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()

ReturnValue

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