IPServer GetLocalIPAddress Method Bespoke Osc Library
Get the local IP addresses bound to this computer.

Namespace: Bespoke.Common.Net
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Shared Function GetLocalIPAddress As IPAddress()

Return Value

The list of IP addresses bound to this computer.
Exceptions

ExceptionCondition
OnlineSystem ExceptionThrown if no local IP addresses are found.
See Also