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.Pro
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 8.0.0.20

Syntax

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

See Also