Example #1
0
 protected Searcher(SocketGroup clients)
 {
     Clients = clients;
     Devices = new Dictionary <NatDevice, NatDevice> ();
 }
Example #2
0
 protected Searcher(SocketGroup clients)
 {
     Clients      = clients;
     Cancellation = new CancellationTokenSource();
     Devices      = new Dictionary <NatDevice, NatDevice> ();
 }