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).