set_MinFresh()

CacheControlHeaderValue::set_MinFresh(Nullable<TimeSpan>) method

Sets the value that determines the freshness lifetime.

void System::Net::Http::Headers::CacheControlHeaderValue::set_MinFresh(Nullable<TimeSpan> value)

Arguments

ParameterTypeDescription
valueNullable<TimeSpan>The value that must be set.

See Also