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