Internet Direct (Indy) Version 9.0.1 Beta
|
function Send(var ABuf; ALen: integer): integer; override;
ABuf is the buffer containing values to be written to the socket handle in Binding.
ALen indicates the number of bytes to be written in the output operation.
The return value for the method is the actual number of bytes written using the socket handle.