Internet Direct (Indy) Version 9.0.1 Beta
|
function Recv(var ABuf; ALen: integer): integer; override;
Recv uses the ReadStream object instance to load the number of bytes specified in ALen into the buffer specified in ABuf. The return value for the method is the actual number of bytes read from the stream.
Use Send to perform output operations using the handler.