Indicates whether the FTP client is currently transferring data.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
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