System.Net.Cache.HttpRequestCachePolicy.MaxStale Property

Gets the maximum staleness value that is permitted for a resource returned from the cache.

Syntax

public TimeSpan MaxStale { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Net.Cache
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0