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