TcpListener serverSocket = new TcpListener(8888); TcpClient clientSocket = default(TcpClient); serverSocket.Start(); clientSocket = serverSocket.AcceptTcpClient(); textBox1.Text = ("\n>> Accept connection from client\r\n"); while (true) ;
while (true) ;
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)