Beispiel #1
0
 public ConnectionManager(IClientAcceptor acceptor, CancellationToken cancellation)
 {
     this.acceptor = acceptor;
     acceptor.ClientAccepted += OnClientAccepted;
 }
Beispiel #2
0
 public ConnectionManager(IClientAcceptor acceptor, CancellationToken cancellation)
 {
     this.acceptor            = acceptor;
     acceptor.ClientAccepted += OnClientAccepted;
 }