System::Net::Http::Headers::CacheControlHeaderValue::set_NoTransform method

CacheControlHeaderValue::set_NoTransform method

Sets the value that determines if a cache or proxy must not change any part of the entity body.

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

See Also