System::Net::Http::Headers::CacheControlHeaderValue::set_MinFresh method

CacheControlHeaderValue::set_MinFresh method

Sets the value that determines the freshness lifetime.

void System::Net::Http::Headers::CacheControlHeaderValue::set_MinFresh(Nullable<TimeSpan> value)
ParameterTypeDescription
valueNullable<TimeSpan>The value that must be set.

See Also