get_SharedMaxAge()

CacheControlHeaderValue::get_SharedMaxAge() method

Gets the shared maximum age value in seconds that overrides the ‘max-age’ directive in the ‘Cache-Control’. header or the ‘Expires’ header for a shared cache.

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

Return Value

The shared maximum age value in seconds that overrides the ‘max-age’ directive in the ‘Cache-Control’. header or the ‘Expires’ header for a shared cache.

See Also