NetworkInterface.Loopback

From Xojo Documentation

Shared Property (As NetworkInterface)
The property is read-only.

NetworkInterfaceValue = aNetworkInterface.IPAddress

Represents the loopback network interface. This interface can be used with sockets to make them listen only for connections originating on the same machine (similar to IPCSockets).

Example

Var loopback As NetworkInterface = NetworkInterface.Loopback