NetUtilsGetLocalIpList Method (ListString, LocalAddrType) |
LiteNetLib |
Get all local ip addresses (non alloc version)
Namespace: LiteNetLib
Assembly: LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax
C#
public static void GetLocalIpList( List<string> targetList, LocalAddrType addrType )
Parameters
- targetList
- Type: System.Collections.GenericListString
result list - addrType
- Type: LiteNetLibLocalAddrType
type of address (IPv4, IPv6 or both)
See Also