示例#1
0
 public void LogUsername(TcpClient client)   /* 3 */
 {
     Console.WriteLine("\nRequesting client username...");
     try
     {
         SendMessage(client, "\nWelcome to the chat room! Please enter a username:"******"" + FailedConnection);
         Console.WriteLine("Connection to client was lost.");
     }
 }