TScHttpServer
property AfterSessionConnect: TScSessionEvent;
type
TScSessionEvent = procedure(Sender: TObject; ServerConnection: TScSSLServerConnection) of object;
Description
Occurs after a new connection to the HTTPS client has been established.