Enum NetworkFamily
Indicates the type of endpoint a NetworkEndpoint represents. Analoguous to a
sa_family_t
in traditional BSD sockets.
Namespace: Unity.Networking.Transport
Syntax
public enum NetworkFamily
Fields
Name | Description | Value |
---|---|---|
Invalid | Invalid address family. This is the value used by default-valued endpoints. |
0 |
Ipv4 | Family for IPv4 addresses (analoguous to |
2 |
Ipv6 | Family for IPv6 addresses (analoguous to |
23 |