LocalAddrType Enumeration |
LiteNetLib |
Address type that you want to receive from NetUtils.GetLocalIp method
Namespace: LiteNetLib
Assembly: LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax
C#
[FlagsAttribute] public enum LocalAddrType
Members
| Member name | Value | Description | |
|---|---|---|---|
| IPv4 | 1 | ||
| IPv6 | 2 | ||
| All | 3 |
See Also