property OnSessionError: TScSessionError;

 

type

 TScSessionError = procedure(Sender: TObject; ServerConnection: TScSSLServerConnection; E: Exception) of object;

 

Description

Occurs if an error arose in the any connection.

Sender is the SSL server that raised the exception. ServerConnection - connection that raised the exception. E is the exception object that describes the exception.

 

 

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support