Esempio n. 1
0
 public Listener(int port, OnListen handler)
 {
     _port    = port;
     _handler = handler;
     Handlers = new VeritySDK.Handler.Handlers();
 }
Esempio n. 2
0
 public Listener(int port, OnListen handler)
 {
     this.port    = port;
     this.handler = handler;
 }