AddressType ENUM

The type of Internet Protocol address.

All Members


TypeNameValue
constantIPv40
constantIPv61
constantUnresolved2

Constants


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.