CacheControlHeaderValue Properties
Assembly: System.Net.Http (in System.Net.Http.dll)
| Name | Description | |
|---|---|---|
![]() | Extensions | Cache-extension tokens, each with an optional assigned value. |
![]() | MaxAge | The maximum age, specified in seconds, that the HTTP client is willing to accept a response. |
![]() | MaxStale | Whether an HTTP client is willing to accept a response that has exceeded its expiration time. |
![]() | MaxStaleLimit | The maximum time, in seconds, an HTTP client is willing to accept a response that has exceeded its expiration time. |
![]() | MinFresh | The freshness lifetime, in seconds, that an HTTP client is willing to accept a response. |
![]() | MustRevalidate | Whether the origin server require revalidation of a cache entry on any subsequent use when the cache entry becomes stale. |
![]() | NoCache | Whether an HTTP client is willing to accept a cached response. |
![]() | NoCacheHeaders | A collection of fieldnames in the "no-cache" directive in a cache-control header field on an HTTP response. |
![]() | NoStore | Whether a cache must not store any part of either the HTTP request mressage or any response. |
![]() | NoTransform | Whether a cache or proxy must not change any aspect of the entity-body. |
![]() | OnlyIfCached | Whether a cache should either respond using a cached entry that is consistent with the other constraints of the HTTP request, or respond with a 504 (Gateway Timeout) status. |
![]() | Private | Whether all or part of the HTTP response message is intended for a single user and must not be cached by a shared cache. |
![]() | PrivateHeaders | A collection fieldnames in the "private" directive in a cache-control header field on an HTTP response. |
![]() | ProxyRevalidate | Whether the origin server require revalidation of a cache entry on any subsequent use when the cache entry becomes stale for shared user agent caches. |
![]() | Public | Whether an HTTP response may be cached by any cache, even if it would normally be non-cacheable or cacheable only within a non- shared cache. |
![]() | SharedMaxAge | The shared maximum age, specified in seconds, in an HTTP response that overrides the "max-age" directive in a cache-control header or an Expires header for a shared cache. |
