An NDoc Documented Class Library

FTPConnectionEventArgs Properties

The properties of the FTPConnectionEventArgs class are listed below. For a complete list of FTPConnectionEventArgs class members, see the FTPConnectionEventArgs Members topic.

Public Instance Properties

ConnectionInstanceNumber (inherited from FTPEventArgs) Identifies the pooled connection on which the task is running.
IsConnected Indicates whether or not the client is now connected to the server.
IsGuiThread (inherited from FTPEventArgs) Indicates whether or not the event-handler has been invoked on the GUI thread.
ServerAddress Address of server.
ServerPort FTP port on server.
TaskID (inherited from FTPEventArgs) Identifies the asynchronous operation within which the event was triggered (applies to asynchronous methods only).

See Also

FTPConnectionEventArgs Class | EnterpriseDT.Net.Ftp Namespace