RequestCachingSection::DefaultFtpCachePolicy Property

 

Gets the default FTP caching behavior for the local computer.

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

public:
[ConfigurationPropertyAttribute("defaultFtpCachePolicy")]
property FtpCachePolicyElement^ DefaultFtpCachePolicy {
	FtpCachePolicyElement^ get();
}

Property Value

Type: System.Net.Configuration::FtpCachePolicyElement^

A FtpCachePolicyElement that defines the default cache policy.

.NET Framework
Available since 2.0
Return to top
Show: