本文介绍了c#中的TCP连接超时.......................................的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我遇到的情况是有时客户端不可用,并且我正在使用TcpClient连接到它们.连接-如果它们不可用,则会抛出SocketException并且一切都很好.
我遇到的问题是我无法设置connect命令的超时-对于使用它的情况,它花费的时间太长.如何设置它?
I have a situation where clients are sometimes not available and I am connecting to them with TcpClient. Connect - if they aren''t available, a SocketException is thrown and all is well.
The problem I''m running into is that I can''t set the timeout of the connect command - it takes far too long for the situation I''m using it in. How do I set this?
推荐答案
这篇关于c#中的TCP连接超时.......................................的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!