Class Namespace Desciption
Class Namespace Desciption
SERVER:
1. Create a System.Net.Sockets.Socket object to start "listening" on a local port.
2. Wait and accept the connection from the client with the Accept () method. This method
returns a System.Net.Sockets.Socket object used to send and receive data.
2. Connect to server with specified address and port with Connect() method.
3. Events btnConnect_Click to connect to Server.