System.NetworkInterfaceCount
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Read-Only Property (As Integer )
Returns the count of NetworkInterfaces on the computer that are actually connected to a network.
Note
If an interface is not connected to the network, it will not be included in the count.
NetworkInterfaceCount is not supported for mobile projects. |
Example
This example lists the IP addresses of the network interfaces on the computer: