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.
我需要在我的 winforms 应用程序中添加一个计数器,用于计算我与服务器通信的 MB 数据量。服务器是一个 Web 服务,但我只需要知道客户端正在使用服务器上传/下载多少(兆)字节的数据。
计数器应该在我的应用程序中实现,所以我不依赖第三方应用程序。