Why does the TCP send timeout seem to not be connected to anything?

后端 未结 0 1768
北荒
北荒 2021-02-06 10:30

Using the code:

Dim client As New System.Net.Sockets.TcpClient()
client.ReceiveTimeout = 250
client.SendTimeout = 250
client.Connect(New System.Net.IPEndPoint(New         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题