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