System::Net::Http::Headers::CacheControlHeaderValue::set_NoCache method

CacheControlHeaderValue::set_NoCache method

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

void System::Net::Http::Headers::CacheControlHeaderValue::set_NoCache(bool value)
ParameterTypeDescription
valueboolThe value that will be set.

See Also