Rebex FTP/SSL for .NET

TlsSocket.Debug Event

Occurs when a TLS/SSL event is processed.

public event TlsDebugEventHandler Debug;

Event Data

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

Property Description
Group Gets the event group.
Level Gets the event level.
Source Gets the event source.
Type Gets the event type.

See Also

TlsSocket Class | Rebex.Net Namespace