Java.Net.InetAddress.GetAddress Method
Returns the IP address represented by this InetAddress instance as a byte array.

Syntax

[Android.Runtime.Register("getAddress", "()[B", "GetGetAddressHandler")]
public virtual byte[] GetAddress ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the IP address represented by this InetAddress instance as a byte array. The elements are in network order (the highest order address byte is in the zeroth element).

[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