Internet Direct (Indy)
Home
PreviousUpNext
TIdRawBase.Send Method (string)

Transmits data to remote computer system.

Pascal
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

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.