edtFTPnet/Free - Open-source FTP component for .NET | Download
Called when the client is about to log in.

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

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