function ReadNoWait(var Buffer; const Count: integer): integer; overload;
function ReadNoWait(var Buffer: TBytes; const Offset, Count: integer): integer; overload;
Description
Reads the number of bytes equal to or less than specified in Count from the stream of server data into Buffer, and then immediately returns control to the application. ReadNoWait returns the count of bytes that were actually read.
See Also