edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Called when the client is about to log in.

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

Syntax

C#
protected virtual void OnLoggingIn(
	string userName,
	string password,
	bool hasLoggedIn
)
Visual Basic
Protected Overridable Sub OnLoggingIn ( _
	userName As String, _
	password As String, _
	hasLoggedIn As Boolean _
)
Visual C++
protected:
virtual void OnLoggingIn(
	String^ userName, 
	String^ password, 
	bool hasLoggedIn
)

Parameters

userName
Type: System..::..String
password
Type: System..::..String
hasLoggedIn
Type: System..::..Boolean

See Also