The properties of the FTPLogInEventArgs class are listed below. For a complete list of FTPLogInEventArgs class members, see the FTPLogInEventArgs Members topic.
ConnectionInstanceNumber (inherited from FTPEventArgs) | Identifies the pooled connection on which the task is running. |
HasLoggedIn | Indicates whether or not the client has logged in. |
IsGuiThread (inherited from FTPEventArgs) | Indicates whether or not the event-handler has been invoked on the GUI thread. |
Password | Password of account on server. |
TaskID (inherited from FTPEventArgs) | Identifies the asynchronous operation within which the event was triggered (applies to asynchronous methods only). |
UserName | User-name of account on server. |