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