2 references to FtpRequestCacheValidator
System (2)
net\System\Net\Cache\FtpRequestCacheValidator.cs (1)
48return new FtpRequestCacheValidator(StrictCacheErrors, UnspecifiedMaxAge);
net\System\Net\Configuration\RequestCachingSection.cs (1)
176this.ftpRequestCacheValidator = new FtpRequestCacheValidator(false, this.UnspecifiedMaximumAge);