This event is used to read the data from the socket. |
|
|
|
Parameters
|
|
Description This event is fired by TElSecureClient when it needs to read some data from the socket. Usually this is caused by the call to DataAvailable. The application should fill the buffer Buffer with the amount of data no more than Length bytes and return the number of bytes written in Received parameter. |
|