System::Net::Http::Headers::CacheControlHeaderValue::get_MaxAge method

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()

ReturnValue

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

See Also