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