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

FTPConnectionOnLoggingIn Method

Called when the client is about to log in.

Definition

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

Parameters

userName  String
 
password  String
 
hasLoggedIn  Boolean
 

See Also