Discuss this help topic in SecureBlackbox Forum
Tells the component that there is data in the socket to be read.
Declaration
Description
Call this method to tell TElSAMLServiceProvider that there is data to be retrieved in the socket. The component then fires OnReceive event to read the block of data.
If the application uses one of wait methods to check availability of the data in the socket (select() or WaitFor* API functions), the place to call DataAvailable is right after the call to those wait methods.