Is the client currently connected?
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
C# |
---|
public bool Connected { get; } |
Visual Basic |
---|
Public ReadOnly Property Connected As Boolean
Get |
Visual C++ |
---|
public:
property bool Connected {
bool get ();
} |
See Also