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