type

TScSendDataToTargetEvent = procedure (Sender: TObject; const Data; Offset, Count: integer) of object;

 

property OnSendDataToTarget: TScSendDataToTargetEvent;

 

Description

Occurs when the server sends data to the client. The event parameters hold the pointer to the data and its size.

The event is only triggered if a TScTCPConnection object, which enables the server to directly access the client through a socket connection, has not been specified during initialization of TScSSLServerConnection. In this case, the user should send the data specified in the parameters of OnSendDataToTarget, to the client.

 

See Also

Init

OnReceiveDataFromSource

 

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