Indicates is there an active FTP connection

Namespace:  KetLabs.FTP
Assembly:  Ftp (in Ftp.dll) Version: 1.0.0.19105 (1.0.0.*)

Syntax

C#
public bool Connected { get; }
Visual Basic (Declaration)
Public ReadOnly Property Connected As Boolean
Visual C++
public:
property bool Connected {
	bool get ();
}

See Also