Esempio n. 1
0
 public void Listen(string host, int port)
 {
     socket.Listen(host, port);
     socket.ConnectionAccepted += ConnectionAccepted;
 }