edtFTPnet/Free - Open-source FTP component for .NET | Download
Occurs when the component is connecting to the server.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public virtual event FTPConnectionEventHandler Connecting
Visual Basic
Public Overridable Event Connecting As FTPConnectionEventHandler
Visual C++
public:
virtual  event FTPConnectionEventHandler^ Connecting {
	void add (FTPConnectionEventHandler^ value);
	void remove (FTPConnectionEventHandler^ value);
}

See Also