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