Ejemplo n.º 1
0
 public override void Close()
 {
     if (!closeSent)
     {
         sftp.CloseHandle(handle);
     }
     closeSent = true;
 }