type

 TScSocketEvent = procedure(Sender: TObject; const SockAddr: TSockAddr) of object;

 

property OnSocketDisconnect: TScSocketEvent;

 

Description

This event occurs if the socket which the connection was established with, become closed or broken.

Sender is the object that raised the event. SockAddr it the object that describes the socket for data exchange.

 

See Also

OnSocketConnect

Connected

 

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