4 references to RequestCachePolicy
PresentationCore (1)
System\IO\Packaging\PackWebRequest.cs (1)
574static private RequestCachePolicy _defaultCachePolicy = new RequestCachePolicy(RequestCacheLevel.CacheIfAvailable);
System.Net.Requests (3)
System\Net\Cache\HttpRequestCachePolicy.cs (1)
19public HttpRequestCachePolicy(HttpRequestCacheLevel level) : base(MapLevel(level))
System\Net\HttpWebRequest.cs (1)
708private static RequestCachePolicy? _defaultCachePolicy = new RequestCachePolicy(RequestCacheLevel.BypassCache);
System\Net\WebRequest.cs (1)
375public static RequestCachePolicy? DefaultCachePolicy { get; set; } = new RequestCachePolicy(RequestCacheLevel.BypassCache);