7 references to HttpRequestCacheLevel
netstandard (1)
netstandard.cs (1)
1069[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Cache.HttpRequestCacheLevel))]
PresentationCore (3)
MS\Internal\WpfWebRequestHelper.cs (1)
119_httpRequestCachePolicyRefresh = new HttpRequestCachePolicy(HttpRequestCacheLevel.Refresh);
System\Windows\Media\RequestCachePolicyConverter.cs (2)
75HttpRequestCacheLevel level = Enum.Parse<HttpRequestCacheLevel>(s, true);
System (1)
src\libraries\shims\System\ref\System.cs (1)
596[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Cache.HttpRequestCacheLevel))]
System.Net.Requests (2)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (2)
544public HttpRequestCachePolicy(System.Net.Cache.HttpRequestCacheLevel level) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 546public new System.Net.Cache.HttpRequestCacheLevel Level { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }