- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我发现设置 RequestCachePolicy
属性(property)在 BitmapImage
对 Image
时如何下载位图没有影响的 Source
设置为 BitmapImage
的此实例.
例如,如果我设置 RequestCachePolicy
至 CacheOnly
,我希望不会发生任何互联网流量 - 应该只从缓存中检索指定的图像。但相反,我看到向服务器发出下载图像的请求:
source = new BitmapImage(bmi.UriSource,
new RequestCachePolicy(RequestCacheLevel.CacheOnly));
// An image gets downloaded!
DefaultCachePolicy
属性(property)在
HttpWebRequest
,然后我的应用程序行为会以我期望的方式发生变化。即当它设置为
CacheOnly
,不会发生网络流量。
RequestCachePolicy
属性(property)在
BitmapImage
没有达到我预期的效果?
最佳答案
根据 MSDN 站点:http://msdn.microsoft.com/en-us/library/system.net.cache.requestcachepolicy%28v=vs.110%29.aspx
"Caching for Web services is not supported."
关于wpf - 为什么 BitmapImage RequestCachePolicy 会被忽略?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5093624/
我发现设置 RequestCachePolicy属性(property)在 BitmapImage对 Image 时如何下载位图没有影响的 Source设置为 BitmapImage 的此实例. 例如
我很困惑 time-based cache policies使用 HttpWebRequest 时工作。 我正在调用 WebAPI 的 GET 方法,该方法返回 JSON 内容以及类似于以下内容的 C
我将 URLSession 与 useProtocolCachePolicy 结合使用。我得到的是 304 而不是 200。 我到处搜索sessionConfig.requestCachePolicy
我是一名优秀的程序员,十分优秀!