edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPConnectionOnLoggedIn Method

Called when the client has logged in.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
protected virtual void OnLoggedIn(
	string userName,
	string password,
	bool hasLoggedIn
)

Parameters

userName  String
User-name of account.
password  String
Password of account.
hasLoggedIn  Boolean
true if the client logged in successfully.

See Also