本文介绍了为什么DownloadStringAsync()阻塞线程?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
好的,我的应用程序中有一个WebClient.当我在WebClient对象中调用DownloadStringAsync函数时,它将锁定我的应用程序,直到完成下载.为什么?
Ok, I have a WebClient in my application. When I call DownloadStringAsync function in the WebClient object, it locks up my application until it finishes the download. Why?
推荐答案
这篇关于为什么DownloadStringAsync()阻塞线程?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!