2 references to HttpRequestCachePolicy
System (2)
net\System\Net\Cache\RequestCachePolicy.cs (1)
224
:
this
(cacheAgeControl, maxAge, freshOrStale)
net\System\Net\Configuration\RequestCachingSection.cs (1)
192
this.defaultHttpCachePolicy = new
HttpRequestCachePolicy
(cacheAgeControl, httpPolicy.MaximumAge, (httpPolicy.MinimumFresh != TimeSpan.MinValue ? httpPolicy.MinimumFresh : httpPolicy.MaximumStale));