edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Represents the method that will handle the SecuringConnection and SecuredConnection events.

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

Syntax

C#
public delegate void SSLFTPSecureEventHandler(
	Object sender,
	SSLFTPSecureEventArgs e
)
Visual Basic
Public Delegate Sub SSLFTPSecureEventHandler ( _
	sender As Object, _
	e As SSLFTPSecureEventArgs _
)
Visual C++
public delegate void SSLFTPSecureEventHandler(
	Object^ sender, 
	SSLFTPSecureEventArgs^ e
)

See Also