HttpRequestCachePolicy::MaxStale Property
.NET Framework (current version)
Gets the maximum staleness value that is permitted for a resource returned from the cache.
Assembly: System (in System.dll)
This property specifies the amount of time after content expiration during which the cached copy of the resource is acceptable. The value for this property is specified when the instance is constructed.
The following code example demonstrates displaying the value of this property.
.NET Framework
Available since 2.0
Available since 2.0
Show: