Simple TCPClient/Listener (“hello world”) example
问题 All I'm looking for is a simple TCPClient/Listener ("hello world") example. I'm a newbie and Microsoft TCPClient/Listener class examples are not what I am looking for. All I am looking is for the TCPClient to send a message "Hello world" and for a TCPListener to get the message and to send a message back "I got your hello world message"? A little help would be great. All I have is the TCPClient sending out "Hello World". Would this work? Dim port As Int32 = 13000 Dim client As New TcpClient(