FtpCachePolicyElement.PolicyLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets FTP caching behavior for the local machine.
public:
property System::Net::Cache::RequestCacheLevel PolicyLevel { System::Net::Cache::RequestCacheLevel get(); void set(System::Net::Cache::RequestCacheLevel value); };
[System.Configuration.ConfigurationProperty("policyLevel", DefaultValue=System.Net.Cache.RequestCacheLevel.Default)]
public System.Net.Cache.RequestCacheLevel PolicyLevel { get; set; }
[<System.Configuration.ConfigurationProperty("policyLevel", DefaultValue=System.Net.Cache.RequestCacheLevel.Default)>]
member this.PolicyLevel : System.Net.Cache.RequestCacheLevel with get, set
Public Property PolicyLevel As RequestCacheLevel
Property Value
A RequestCacheLevel value that specifies the cache behavior.
- Attributes
Remarks
Applications typically use Default as their cache policy level. The CachePolicy property, if not null
, determines the cache policy in effect for a request.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.