FtpCachePolicyElement::PolicyLevel Property

 

Gets or sets FTP caching behavior for the local machine.

Namespace:   System.Net.Configuration
Assembly:  System (in System.dll)

public:
[ConfigurationPropertyAttribute("policyLevel", DefaultValue = RequestCacheLevel::Default)]
property RequestCacheLevel PolicyLevel {
	RequestCacheLevel get();
	void set(RequestCacheLevel value);
}

Property Value

Type: System.Net.Cache::RequestCacheLevel

A RequestCacheLevel value that specifies the cache behavior.

Applications typically use Default as their cache policy level. The CachePolicy property, if not null, determines the cache policy in effect for a request.

.NET Framework
Available since 2.0
Return to top
Show: