Java.Net.Inet6Address.GetByAddress Method
Constructs an IPv6 address according to the given host, addr and scope_id.

Syntax

[Android.Runtime.Register("getByAddress", "(Ljava/lang/String;[BI)Ljava/net/Inet6Address;", "")]
public static Inet6Address GetByAddress (string host, byte[] addr, int scope_id)

Parameters

host
the host name associated with the address.
addr
the network address.
scope_id
the scope id for link- or site-local addresses.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Net.UnknownHostExceptionif the address is null or has an invalid length.

Remarks

Constructs an IPv6 address according to the given host, addr and scope_id.

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1