コード例 #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> ();
 }