edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Occurs when the component is securing the connection to the server.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

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

See Also