Indicates whether the client is currently connected with the server.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
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; } |