Beispiel #1
0
 /// <summary>
 /// Abort the transfer.
 /// </summary>
 public void Abort()
 {
     if (_scp.Connected)
     {
         _scp.Cancel();
     }
 }