Indicates whether or not the client has logged in.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

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