FTPConnectionIsTransferring Property |
Indicates whether the FTP client is currently transferring data.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic virtual bool IsTransferring { get; }Public Overridable ReadOnly Property IsTransferring As Boolean
Get
public:
virtual property bool IsTransferring {
bool get ();
}abstract IsTransferring : bool with get
override IsTransferring : bool with get
Property Value
Type:
Boolean
See Also