SSLStatus Event
Shows the progress of the secure connection.
Syntax
type TSSLStatusEvent = procedure ( Sender: TObject; ConnectionId: Integer; const Message: String ) of Object;
property OnSSLStatus: TSSLStatusEvent read FOnSSLStatus write FOnSSLStatus;
Remarks
The event is fired for informational and logging purposes only. Used to track the progress of the connection.