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