set_NoCache()

CacheControlHeaderValue::set_NoCache(bool) method

Sets the value that determines if the client will accept a cached response.

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

Arguments

ParameterTypeDescription
valueboolThe value that will be set.

See Also