An NDoc Documented Class Library

FTPConnection.LoggedIn Event

Occurs when the component has logged in.

public event FTPLogInEventHandler LoggedIn;

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