Click or drag to resize

NetworkAddressHelperGetLocalAddresses Method

Gets the list of local IP addresses.

Namespace:  Ozeki.Network
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static List<IPAddress> GetLocalAddresses()

Return Value

Type: ListIPAddress
List of local IP addresses.
See Also