Checks if client is connected to FTP server.
Namespace: Jscape.FtpAssembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0
Syntax
C# |
---|
public bool IsConnected() |
Visual Basic |
---|
Public Function IsConnected As Boolean |
Visual C++ |
---|
public: bool IsConnected() |
Return Value
true if connected, false otherwise.
Remarks
If the connection has been lost a value of false is returned
and an FtpConnectionLostEvent is fired.