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