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