6 references to FtpCachePolicyElement
System (6)
net\System\Net\Configuration\FtpCachePolicyElement.cs (2)
48
FtpCachePolicyElement
http = (
FtpCachePolicyElement
)parentElement;
net\System\Net\Configuration\RequestCachingSection.cs (4)
34
public
FtpCachePolicyElement
DefaultFtpCachePolicy
36
get { return (
FtpCachePolicyElement
)this[this.defaultFtpCachePolicy]; }
118
typeof(
FtpCachePolicyElement
),
219
FtpCachePolicyElement
ftpPolicy = section.DefaultFtpCachePolicy;