Returns true if the next transfer is to be resumed (i.e. Resume()()()() has been called).
Namespace: EnterpriseDT.Net.FtpAssembly: 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; } |