System::Net::Http::Headers::HttpResponseHeaders::set_Age method

HttpResponseHeaders::set_Age method

Sets a value of the ‘Age’ header.

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

See Also