function WriteBuffer(const Buffer; const Count: integer): integer; overload;
function WriteBuffer(const Buffer: TBytes; const Offset, Count: integer): integer; overload;
Description
Passes Count bytes from Buffer through an existing connection. WriteBuffer returns the count of bytes that were actually passed.
See Also