TBlockSocket.SendBlock
TBlockSocket
procedure SendBlock(Const Data: string); virtual;
Unit
blcksock
Description
Send data as one block to socket.
Each block begin with 4 bytes with length of data in block. This 4 bytes is added automaticly by this function.
See also:
RecvBlock, SendBuffer, SendBufferTo, SendByte, SendStream, SendString