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