Massi636

Massi636


  • Name: [not set]
  • Favorite Languages: [not set]
  • Website: [not set]
  • Location: [not set]
  • About Me: [not set]

Recent Comments

  • C# Tutorial - Simple Threaded TCP Server
    10/11/2010 - 03:47

    Stop problems; this is may way after have read all posts:
    added  server.Stop() that simply do a this.tcpListener.Stop(); from the closing event of the main form. Then added  List<TcpClient> clientList = new List<TcpClient>(); and added a client in my collection each time a clientThread.start(); then catch the exception in the while(true) and close all client in the list. I suggest to check with processExploer: it's working fine! Many thanks!