set_ProxyRevalidate()

CacheControlHeaderValue::set_ProxyRevalidate(bool) method

Sets the value that determines if the server requires revalidation of a cache entry when it becomes stale for the shared user agent caches.

void System::Net::Http::Headers::CacheControlHeaderValue::set_ProxyRevalidate(bool value)

Arguments

ParameterTypeDescription
valueboolThe value that must be set.

See Also