Introduction - If you have any usage issues, please Google them yourself
This is a simple socket communication source, using a multi-threaded! Implements asynchronous communication. Automatically obtain IP address of the host, port: 14220, need to be amended
SocketServer, SocketClient need to modify
TcpListener tcplistener = new TcpListener (ipa, 14220), revised as needed to port or IP, source function is relatively simple for beginners to learn.
Note:
Development environment for Visual Studio 2010