Internet Direct (Indy) Version 9.0.1 Beta
TIdSocketHandle.PeerIP
Specifies the address of the remote connection.

property PeerIP: string;
Description
PeerIP is a read-only String property that identifies the address of the computer on the remote connection. PeerIP can be a computer name, such as "wvnvm.wvnet.edu", or an IP address in dotted-decimal format, such as "129.71.2.4".

PeerIP is used in conjunction with PeerPort to determine the association used to identify the remote connection endpoint.

PeerIP is updated in SetPeer, and as a result of Accept, SendTo, and RecvFrom operations.