Пример #1
0
 void Proxy_SessionTerminated(object source, ProxyInfo e)
 {
     Console.WriteLine("[Runtime]Closed SSH...");
     closed = true;
 }
Пример #2
0
 void Proxy_SessionStarted(object source, ProxyInfo e)
 {
     Console.WriteLine("[Runtime]Started SSH...");
     _open = true;
 }