コード例 #1
0
 protected void StopRemoteController(RemoteController.Client client)
 {
     client.exit();
     client.InputProtocol.Transport.Close();
 }