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 TElSimpleSSLClient when it needs to read some data from the socket. The application should fill Buffer with the amount of data no more than Length bytes and return the number of bytes written in Received parameter. The event is used only when the internal socket is used.