System::Net::Http::Headers::HttpResponseHeaders::set_CacheControl method

HttpResponseHeaders::set_CacheControl method

Sets a value of the ‘Cache-Control’ header.

void System::Net::Http::Headers::HttpResponseHeaders::set_CacheControl(System::SharedPtr<CacheControlHeaderValue> value)
ParameterTypeDescription
valueSystem::SharedPtr<CacheControlHeaderValue>The value that must be set.

See Also