Internet Direct (Indy)
Home
PreviousUpNext
TIdUDPClient.Host Property

Identifies the address of the remote computer system.

Pascal
property Host;

Host is a String property used to identify the address of the remote computer system. 

Host can contain an IP address in dotted-decimal form, such as "129.71.2.4", or a computer name, such as "wvnvm.wvnet.edu". 

If the destination is also the machine where the UDP client is running, use "127.0.0.1" in Host. 

Host and Port are used to build the UDP datagram packet, and identify the endpoint for the transmission.

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.