TScSSLServer
property AfterSessionDisconnect: TScSessionEvent;
type
TScSessionEvent = procedure(Sender: TObject; ServerConnection: TScSSLServerConnection) of object;
Description
Occurs after any connection to the TLS/SSL client has been closed.