Discuss this help topic in SecureBlackbox Forum
This event is used to read the data from the socket.
Declaration
Parameters
Description
This event is fired by TElSSLClient/TElSSLServer when it needs to read some data from the socket. Usually this is caused by a call to DataAvailable(). The application should fill Buffer with a piece of data not longer than MaxSize bytes, and return the number of bytes written via the corresponding parameter.