The type of Internet Protocol address.
Type | Name | Value |
---|---|---|
constant | IPv4 | 0 |
constant | IPv6 | 1 |
constant | Unresolved | 2 |
public const AddressType IPv4 = 0
IP address in format as specified by RFC 791
public const AddressType IPv6 = 1
IP address in format as specified by RFC 2460
public const AddressType Unresolved = 2
The network address cannot be resolved from the given host name.