Discuss this help topic in SecureBlackbox Forum
Sends the text string to the remote host.
Declaration
Parameters
Description
Use this method to send the text string to the client. TElSSLServer encrypts the data (if
Enabled property is true) and then fires
OnSend event to write the encrypted block to the socket.
The application needs to write the data to the socket only in
OnSend event handler.