System.Net.Cache.HttpRequestCachePolicy.MinFresh Property

Gets the minimum freshness that is permitted for a resource returned from the cache.

Syntax

public TimeSpan MinFresh { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This value specifies the amount of time before 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