edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSLFTPSecureEventHandler Delegate

Represents the method that will handle the SecuringConnection and SecuredConnection events.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssl
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public delegate void SSLFTPSecureEventHandler(
	Object sender,
	SSLFTPSecureEventArgs e
)

Parameters

sender  Object
 
e  SSLFTPSecureEventArgs
 

See Also