Example #1
0
 public static void Close()
 {
     if (_libSSH2 != null)
     {
         _libSSH2.Close();
         _libSSH2 = null;
     }
 }