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