Indicates whether the client is currently connected with the server.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public bool IsConnected { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsConnected As Boolean Get |
| Visual C++ |
|---|
public: virtual property bool IsConnected { bool get () sealed; } |