void CloseSshClient() { if (sshClient != null) { Program.TraceLine("Closing SSH interface to {0}", this.Reservation.RunningInstance[0].PublicDnsName); sshClient.Close(); sshClient = null; } }
internal Reader(ZawsSshClient Parent) { parent = Parent; }