예제 #1
0
 protected Searcher(SocketGroup clients)
 {
     Clients = clients;
     Devices = new Dictionary <NatDevice, NatDevice> ();
 }
예제 #2
0
파일: Searcher.cs 프로젝트: MSCMP/Mono.Nat
 protected Searcher(SocketGroup clients)
 {
     Clients      = clients;
     Cancellation = new CancellationTokenSource();
     Devices      = new Dictionary <NatDevice, NatDevice> ();
 }