我的博客
个人资料:
AlanThinker
AlanThinker@stk.me

TCP 连接中断后, 应当重新创建一个新的TCP对象, 不能重用旧对的TCP对象

软件开发 发表时间:2016-11-08 更新时间:2016-11-28


http://stackoverflow.com/questions/5910568/reconnect-tcpclient-after-interruption

Yes. If the connection represented by the TcpClient is broken, you can't use that object for further communicating, nor can you connect it again. Create a new TcpClient object.
IP Address: 43.129.217.254