edtFTPnet/Free - Open-source FTP component for .NET | Download
Indicates whether or not the client has logged in.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

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

See Also