Rebex FTP/SSL for .NET

Ftp.TlsDebug Event

Occurs when a TLS/SSL event is processed.

public event FtpTlsDebugEventHandler TlsDebug;

Event Data

The event handler receives an argument of type FtpTlsDebugEventArgs containing data related to this event. The following FtpTlsDebugEventArgs properties provide information specific to this event.

Property Description
Connection Gets the raw FTP response.
Group Gets the event group.
Level Gets the event level.
Source Gets the event source.
Type Gets the event type.

See Also

Ftp Class | Rebex.Net Namespace