1 write to httpRequestCacheValidator
System (1)
net\System\Net\Configuration\RequestCachingSection.cs (1)
175
this.
httpRequestCacheValidator
= new HttpRequestCacheValidator(false, this.UnspecifiedMaximumAge);
1 reference to httpRequestCacheValidator
System (1)
net\System\Net\Configuration\RequestCachingSection.cs (1)
278
get { return this.
httpRequestCacheValidator
; }