コード例 #1
0
ファイル: SocksController.cs プロジェクト: topotam/SharpSocks
 public void StopProxyComms()         //This is used by the command loop controller in case that it dies
 {
     _sockLoopctrller.StopAll();
 }
コード例 #2
0
 public void Stop()
 {
     _cmdChannel.StopCommandChannel();
     _sockLoopctrller.StopAll();
 }