System.Net.Cache.HttpRequestCacheLevel.CacheOrNextCacheOnly Field

Satisfies a request for a resource either from the local computer's cache or a remote cache on the local area network. If the request cannot be satisfied, a System.Net.WebException exception is thrown. In the HTTP caching protocol, this is achieved using the only-if-cached cache control directive.

Syntax

HttpRequestCacheLevel CacheOrNextCacheOnly

Requirements

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