Indicates whether the FTP client is currently transferring data.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public virtual bool IsTransferring { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Property IsTransferring As Boolean
Get |
| Visual C++ |
|---|
public:
virtual property bool IsTransferring {
bool get ();
} |
See Also