TUDPBlockSocket.SendBufferTo
TUDPBlockSocket

function SendBufferTo(Buffer: Pointer; Length: Integer): Integer; override;

Unit
blcksock

Description
Same as SendBuffer, but send datagram to address from RemoteSin. Usefull for sending reply to datagram received by function RecvBufferFrom.