Rebex FTP/SSL for .NET

FtpTlsDebugEventHandler Delegate

Represents the method that will handle the TlsDebug event of a Ftp class.

public delegate void FtpTlsDebugEventHandler(
   object sender,
   FtpTlsDebugEventArgs e
);

Parameters

sender
The source of the event.
e
A FtpTlsDebugEventArgs that contains the event data.

Requirements

Namespace: Rebex.Net

Assembly: Rebex.Net.Ftp (in Rebex.Net.Ftp.dll)

See Also

Rebex.Net Namespace