set_NoStore()

CacheControlHeaderValue::set_NoStore(bool) method

Sets the value that determines if a cache must not store any part of an HTTP request or response.

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

Arguments

ParameterTypeDescription
valueboolThe value that will be set.

See Also