Internet Direct (Indy) Version 9.0.1 Beta
TIdSimpleServer.BoundIP
IP address used by the server.

property BoundIP: string;
Description
BoundIP is a String property used to identify the IP address of the server. BoundIP and BoundPort are used when the socket handle for the server is allocated and bound in Listen.

BoundIP exists because Binding is not a published property (it is public) and cannot be streamed without the TIdSocketHandles collection that owns the Binding.