The properties 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
[read-only] | CanonicalHostName | string. Returns the fully qualified hostname corresponding to this IP address. |
[read-only] | HostAddress | string. Returns the numeric representation of this IP address (such as "127. |
[read-only] | HostName | string. Returns the host name corresponding to this IP address. |
[read-only] | IsAnyLocalAddress | bool. Returns whether this is the IPv6 unspecified wildcard address :: or the IPv4 "any" address, 0.0.0.0. |
[read-only] | IsLinkLocalAddress | bool. Returns whether this address is a link-local address or not. |
[read-only] | IsLoopbackAddress | bool. Returns whether this address is a loopback address or not. |
[read-only] | IsMCGlobal | bool. Returns whether this address is a global multicast address or not. |
[read-only] | IsMCLinkLocal | bool. Returns whether this address is a link-local multicast address or not. |
[read-only] | IsMCNodeLocal | bool. Returns whether this address is a node-local multicast address or not. |
[read-only] | IsMCOrgLocal | bool. Returns whether this address is a organization-local multicast address or not. |
[read-only] | IsMCSiteLocal | bool. Returns whether this address is a site-local multicast address or not. |
[read-only] | IsMulticastAddress | bool. Returns whether this address is a multicast address or not. |
[read-only] | IsSiteLocalAddress | bool. Returns whether this address is a site-local address or not. |
[read-only] static | LocalHost | InetAddress. Returns an InetAddress for the local host if possible, or the loopback address otherwise. |
[read-only] static | LoopbackAddress | InetAddress. Returns the IPv6 loopback address ::1 or the IPv4 loopback address 127.0.0.1. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |