Rebex FTP/SSL for .NET

TlsDebugEventHandler Delegate

Represents the method that will handle the Debug event of a TlsSocket class.

public delegate void TlsDebugEventHandler(
   object sender,
   TlsDebugEventArgs e
);

Parameters

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

Requirements

Namespace: Rebex.Net

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

See Also

Rebex.Net Namespace