TBlockSocket.SendBuffer
TBlockSocket
function SendBuffer(Buffer: Pointer; Length: Integer): Integer; virtual;
Unit
blcksock
Description
Sends data of LENGTH from BUFFER address via connected socket. System automatically splits data to packets.
See also:
CanWrite, Connect, MaxBandwidth, MaxSendBandwidth, SendBufferTo, SendByte, SendString, SetSendTimeout, SetTimeout, SizeSendBuffer