type

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

 

property OnSocketConnect: TScSocketEvent;

 

Description

This event occurs if someone tries to connect to the SourcePort when local port forwarding.

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

 

See Also

OnSocketDisconnect

Connected

 

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