TBlockSocket.RecvStream
TBlockSocket     

procedure RecvStream(Const Stream: TStream; Timeout: Integer); virtual;

Unit
blcksock

Description
Receive data to stream. This function is compatible with similar function in Indy. It using RecvBlock method.


See also:
RecvBlock, SendStream