Occurs when a TLS/SSL event is processed.
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. |
Ftp Class | Rebex.Net Namespace