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
ConnectionInstanceNumber Identifies the pooled connection on which the task is running.
HasLoggedIn Indicates whether or not the client has logged in.
IsGuiThread Indicates whether or not the event-handler has been invoked on the GUI thread.
Password Password of account on server.
TaskID Identifies the asynchronous operation within which the event was triggered (applies to asynchronous methods only).
UserName User-name of account on server.

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace