调试我的下载器
我有一个使用 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您的某些用户似乎
It sounds like some of your users