TcpClient tcpClient = new TcpClient("127.0.0.1", 8080);
TcpClient tcpClient = new TcpClient(); tcpClient.Connect(IPAddress.Loopback, 8080);