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