TCPSocket.RemoteAddress
From Xojo Documentation
Read-Only Property (As String )
The address of the remote machine you are connected to.
Notes
Use this instead of the Address property to determine the address of the machine you are actually connected to.
Example
This example reports the address of the remote machine that the user is connected to. It is in the Connected event.
TextField1.Value = Me.RemoteAddress