Internet Direct (Indy) Version 9.0.1 Beta
|
function Recv(var ABuf; ALen: integer): integer; override;
ABuf is the destination for values read from the socket handle in Binding.
ALen indicates the number of bytes expected from the input operation.
The return value for the method is the actual number of bytes read using the socket handle.