Click or drag to resize

NetworkAddressHelperGetLocalIPv6 Method

Gets the local IPv6 address of the current machine.

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntax
public static IPAddress GetLocalIPv6()

Return Value

IPAddress
An IPAddress representing the local IPv6 address. Returns IPv6Loopback if no external IPv6 address is found.
Remarks
This method attempts to determine the local IPv6 address by establishing a UDP connection to a well-known external IPv6 address. If the machine does not have an external IPv6 address, the IPv6 loopback address is returned.
See Also