如何查看客户端网络速度

发布于 2024-10-20 05:38:36 字数 135 浏览 3 评论 0原文

我正在从客户端向服务器发送文件。客户端和服务器应用程序都在同一台计算机上运行。将文件从客户端发送到服务器后,现在我需要显示在 .Net 中将文件从客户端传输到服务器所需的时间。与 Windows XP 中的复印框相同。

任何想法将不胜感激。

I am sending a file from client to server. Both the client and server applications are running in the same machine. After a sending a file from client to server, now I need to show the time it will take to transfer the file from client to server in .Net. Same as copy box in windows xp.

Any idea would be appreciate.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

满意归宿 2024-10-27 05:38:36

您可以记住文件的大小,并将其除以传输文件所需的时间。这将为您提供传输速度估计(例如,千字节/秒)。

You can remember the size of the file, and divide it by the time it took to transfer the file. This will give you a transfer speed estimate (for instance, kilobytes / second).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文