Internet Direct (Indy) Version 9.0.2 Beta
|
procedure Send(AData: string); overload; procedure Send(AHost: string; const APort: Integer; AData: string); overload; procedure Send(AHost: string; const APort: integer; var ABuffer; const ABufferSize: integer); overload;
When the Send(AData) variant is called, the values from Host and Port are used for the destination.
Send resolves the address in AHost prior to transmitting data.