System.Net.Cache.HttpRequestCachePolicy.Level Property

Gets the System.Net.Cache.HttpRequestCacheLevel value that was specified when this instance was created.

Syntax

public HttpRequestCacheLevel Level { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Applications typically use HttpRequestCacheLevel.Default as their cache policy level. The System.Net.WebRequest.CachePolicy property, if not null, determines the cache policy in effect for a request. The default policy for the application domain can be set using the System.Net.HttpWebRequest.DefaultCachePolicy property or by settings in the machine or application configuration files. For more information, see RequestCaching Element (Network Settings).

Requirements

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