void Proxy_SessionTerminated(object source, ProxyInfo e) { Console.WriteLine("[Runtime]Closed SSH..."); closed = true; }
void Proxy_SessionStarted(object source, ProxyInfo e) { Console.WriteLine("[Runtime]Starting SSH..."); _open = true; }