2 instantiations of 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);
7 references to FtpRequestCacheValidator
System (7)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (1)
1423if (ctx is FtpRequestCacheValidator)
net\System\Net\Configuration\RequestCachingSection.cs (2)
281internal FtpRequestCacheValidator DefaultFtpValidator 314FtpRequestCacheValidator ftpRequestCacheValidator;
net\System\Net\FtpWebRequest.cs (4)
2076FtpRequestCacheValidator ctx = (FtpRequestCacheValidator) CacheProtocol.Validator; 2140FtpRequestCacheValidator ctx = (FtpRequestCacheValidator) CacheProtocol.Validator;