gpt4 book ai didi

wpf - 为什么 BitmapImage RequestCachePolicy 会被忽略?

转载 作者:行者123 更新时间:2023-12-03 17:59:22 25 4
gpt4 key购买 nike

我发现设置 RequestCachePolicy属性(property)在 BitmapImageImage 时如何下载位图没有影响的 Source设置为 BitmapImage 的此实例.

例如,如果我设置 RequestCachePolicyCacheOnly ,我希望不会发生任何互联网流量 - 应该只从缓存中检索指定的图像。但相反,我看到向服务器发出下载图像的请求:

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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com