调试我的下载器

发布于 2024-12-07 12:58:41 字数 213 浏览 0 评论 0原文

我有一个使用 .NET 2.0 的 C# 下载器应用程序。对于大多数人来说它效果很好,但我看到其他人有很大的错误日志。 99% 的例外情况是:

  • 无法连接到远程服务器
  • 无法解析远程名称
  • 操作超时

这是否是由于我的下载器短暂超时或互联网连接速度较慢造成的?或者它可能是我的下载器中的一些内部线程错误(它是多部分/多线程)。

I have a downloader application in C# using .NET 2.0. For the most people it works well, but I saw that I have big error log from other people. The 99% of the exceptions are:

  • Unable to connect to remote server
  • The remote name could not be resolved
  • Operation timed out

Can this be from a short timeout of my downloader or from a slower internet connection? Or it can be some internal thread error in my downloader (it's multipart/multithread).

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

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

发布评论

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

评论(1

云醉月微眠 2024-12-14 12:58:41

听起来您的某些用户似乎

  • 位于防火墙或代理后面,他们的网络浏览器支持这些功能,但您的下载器不支持,或者
  • 只是互联网连接非常糟糕。

It sounds like some of your users

  • are behind a firewall or proxy, which is supported by their web browser but not by your downloader or
  • simply have a terribly bad Internet connection.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文