TBlockSocket.SendStream
TBlockSocket     

procedure SendStream(Const Stream: TStream); virtual;

Unit
blcksock

Description
Send content of stream to socket. It using SendBlock method and this is compatible with streams in Indy.


See also:
RecvStream, SendBlock