get_MaxAge()

CacheControlHeaderValue::get_MaxAge() method

Gets the maximum age value in seconds that determines a time during which the client will accept a response.

Nullable<TimeSpan> System::Net::Http::Headers::CacheControlHeaderValue::get_MaxAge()

Return Value

The maximum age value in seconds that determines a time during which the client will accept a response.

See Also