5 references to HttpCacheAgeControl
netstandard (1)
netstandard.cs (1)
1068
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Cache.
HttpCacheAgeControl
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
595
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Cache.
HttpCacheAgeControl
))]
System.Net.Requests (3)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (3)
541
public HttpRequestCachePolicy(System.Net.Cache.
HttpCacheAgeControl
cacheAgeControl, System.TimeSpan ageOrFreshOrStale) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
542
public HttpRequestCachePolicy(System.Net.Cache.
HttpCacheAgeControl
cacheAgeControl, System.TimeSpan maxAge, System.TimeSpan freshOrStale) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
543
public HttpRequestCachePolicy(System.Net.Cache.
HttpCacheAgeControl
cacheAgeControl, System.TimeSpan maxAge, System.TimeSpan freshOrStale, System.DateTime cacheSyncDate) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }