An NDoc Documented Class Library

FTPConnection.LoggingIn Event

Occurs when the component is about to log in.

public event FTPLogInEventHandler LoggingIn;

Event Data

The event handler receives an argument of type FTPLogInEventArgs containing data related to this event. The following FTPLogInEventArgs properties provide information specific to this event.

Property Description
HasLoggedIn Indicates whether or not the client has logged in.
Password Password of account on server.
UserName User-name of account on server.

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace