Example #1
0
 public SocketListener(int port)
 {
     this.PORT          = port;
     callback_newclient = null;
     Bind();
 }
Example #2
0
 public Listener(CommunicatorPool communicatorPool)
 {
     CallBackonNewclient = null;//initialize delegate
     _communicatorPool   = communicatorPool;
 }
Example #3
0
 public CListener()
 {
     this.callback_on_newclient = null;
 }