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