NetworkStream.Read 下载进度。类似于 WebClient.DownloadProgressChanged
当我使用 NetworkStream.Read 时,我想知道当前的下载进度。有可能吗?我必须使用网络客户端吗?
我不想使用网络客户端,因为它似乎(我不是100%确定)
- 我必须创建网络服务器
- 我必须创建文件(而不是内存流数据)。
- 由于http协议的限制,我无法正确测量千兆位网络的传输速度。
或者,我应该使用网络客户端?
仅供参考,我正在构建带宽估算工具。
I want to know current download progress when im using NetworkStream.Read. Is it even possible? Do i have to use webclient?
I dont want to use webclient because it seems(im not 100% sure)
- i have to create webserver
- i have to create file (instead of memory stream data).
- i cannot properly measure transfer speed of gigabit networks, due to http protocol limitation.
or, i should use webclient?
FYI, Im building bandwidth estimation tools.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有什么问题吗?
What's the problem?