set_Age()

HttpResponseHeaders::set_Age(Nullable<TimeSpan>) method

Sets a value of the ‘Age’ header.

void System::Net::Http::Headers::HttpResponseHeaders::set_Age(Nullable<TimeSpan> value)

Arguments

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

See Also