System.Net.Socket.TIPAddress Properties

From RAD Studio API Documentation
Jump to: navigation, search

InheritedProtected
AddrpublicIP address in a format that is suitable for use with various OS socket APIs.
AddresspublicIP address in a String format suitable for display.
AnypublicAn IP address that corresponds to the value INADDR_ANY.
BroadcastpublicAn IP address that you can use to broadcast on the local subnet. It is usually the value of INADDR_BROADCAST.
LocalHostpublicAn IP address that corresponds to this host. It is also known as the loopback address.