Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 WP8 应用程序并使用 WCF 服务。一切都很好,但我不知道 - 我如何质疑传输大量数据的进度?它大约 5 mb。
我只有 *async() 和 *completed() 方法。有办法吗?
谢谢。
在不扩展 WCF 的情况下,您可以将数据分块,然后在下载每个块时更新界面,然后在收到所有片段时,在完成时组装它们。