TBlockSocket.PeekByte
TBlockSocket

function PeekByte(Timeout: Integer): Byte; virtual;

Unit
blcksock

Description
Same as RecvByte, but readed data stays in input system buffer.

Warning: this function not respect data in LineBuffer!

See also:
RecvByte