Java.Net.Inet6Address Members

The members of Java.Net.Inet6Address are listed below.

See Also: Inherited members from Java.Net.InetAddress

Public Properties

[read-only]
IsIPv4CompatibleAddressbool. Returns whether this IPv6 address is an IPv4-compatible address or not.
[read-only]
ScopedInterfaceNetworkInterface. Returns the network interface if this address is instanced with a scoped network interface, null otherwise.
[read-only]
ScopeIdint. Returns the scope id if this address is scoped to an interface, 0 otherwise.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
GetByAddress(string, byte[], NetworkInterface) : Inet6Address
Gets an IPv6 address instance according to the given host, addr and nif.
static
GetByAddress(string, byte[], int) : Inet6Address
Constructs an IPv6 address according to the given host, addr and scope_id.