edtFTPnet/Free - Open-source FTP component for .NET | Download
Returns true if the next transfer is to be resumed (i.e. Resume()()()() has been called).

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public bool IsResuming { get; }
Visual Basic
Public ReadOnly Property IsResuming As Boolean
	Get
Visual C++
public:
virtual property bool IsResuming {
	bool get () sealed;
}

Implements

IFileTransferClient..::..IsResuming

See Also