FtpCachePolicyElement::PolicyLevel Property
.NET Framework (current version)
Gets or sets FTP caching behavior for the local machine.
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::RequestCacheLevelA 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
Available since 2.0
Show: