ServerSocket.LocalAddress

From Xojo Documentation

Read-Only Property (As String )
StringValue = aServerSocket.LocalAddress

Supported for all project types and targets.

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