Renci.SshNet.Sftp.SftpDownloadAsyncResult
Encapsulates the results of an asynchronous download operation.
namespace Renci.SshNet.Sftp
{
public class SftpDownloadAsyncResult : AsyncResult
{
public bool IsDownloadCanceled { get; set; }
public ulong DownloadedBytes { get; }
public SftpDownloadAsyncResult(AsyncCallback asyncCallback, object state);
}
}