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.
我有一个不断向服务器发送请求的应用程序。我使用 WebClient 类的 GetWebResponse() 方法发送请求。但是在几次请求之后,它开始抛出超时异常。这只发生在 Mono/Linux 上。相同的代码在 .Net/Windows 上运行时没有任何异常。你有什么想法可能是什么问题?
注意:我尝试设置请求的 Timeout 和 ReadWriteTimeout 属性,但没有成功。
我会尝试这些可能的替代方案来尝试解决问题: