3 references to HttpRequestCacheValidator
System (3)
net\System\Net\Cache\FtpRequestCacheValidator.cs (1)
52
internal FtpRequestCacheValidator(bool strictCacheErrors, TimeSpan unspecifiedMaxAge):
base
(strictCacheErrors, unspecifiedMaxAge)
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
163
return new
HttpRequestCacheValidator
(StrictCacheErrors, UnspecifiedMaxAge);
net\System\Net\Configuration\RequestCachingSection.cs (1)
175
this.httpRequestCacheValidator = new
HttpRequestCacheValidator
(false, this.UnspecifiedMaximumAge);