The methods of Java.Net.InetAddress are listed below. For a list of all members, see the InetAddress Members list.
See Also: Inherited members from Java.Lang.Object
GetAddress()Returns the IP address represented by this InetAddress instance as a byte array. | ||
static | GetAllByName(string)Gets all IP addresses associated with the given host identified by name or literal IP address. | |
static | GetByAddress(byte[])Equivalent to getByAddress(null, ipAddress). | |
static | GetByAddress(string, byte[])Returns an InetAddress corresponding to the given network-order bytes ipAddress and scopeId. | |
static | GetByName(string)Returns the address of a host according to the given host string name host. | |
IsReachable(int)Tries to reach this InetAddress. | ||
IsReachable(NetworkInterface, int, int)Tries to reach this InetAddress. |