An NDoc Documented Class Library

FTPConnection.Closed Event

Occurs when the component has closed its connection to the server.

public event FTPConnectionEventHandler Closed;

Event Data

The event handler receives an argument of type FTPConnectionEventArgs containing data related to this event. The following FTPConnectionEventArgs properties provide information specific to this event.

Property Description
IsConnected Indicates whether or not the client is now connected to the server.
ServerAddress Address of server.
ServerPort FTP port on server.

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace