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