Transmits data to remote computer system.
Parameters |
Description |
AHost |
Destination address for the send operation. |
APort |
Destination port number for the send operation. |
ABuffer |
Buffer containing values to be sent over the connection. |
ABufferSize |
Size of the buffer to be sent. |
Send is an overloaded procedure that allows the socket connection to transmit the specified data or buffer to the host address and port number for the connection.
Send uses the global protocol stack instance in GStack to resolve the host address in AHost prior to transmitting data on the socket connection to the endpoint identified in the AHost and APort arguments.
ABufferSize indicates the number of bytes in ABuffer to be sent on the connection.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |