Transmits data to remote computer system.
procedure Send( const AData: string ); virtual; overload;
Parameters |
Description |
AData |
Value to be sent over the connection. |
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 values in the Host and Port properties to identify the endpoint for the data sent on the connection.
TIdRawBase.Send
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|