ServerSocket.LocalAddress
From Xojo Documentation
Read-Only Property (As String )
The local address that the ServerSocket is using.
Example
This example gets the local address of the computer that is running the ServerSocket.
TextField1.Value = mServerSocket.LocalAddress