Occurs when the component has logged in.
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. |