NetUtilsGetLocalIpList Method (LocalAddrType) |
LiteNetLib |
Get all local ip addresses
Namespace: LiteNetLib
Assembly: LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax
C#
public static List<string> GetLocalIpList( LocalAddrType addrType )
Parameters
- addrType
- Type: LiteNetLibLocalAddrType
type of address (IPv4, IPv6 or both)
Return Value
Type: ListStringList with all local ip adresses
See Also