The properties of Java.Net.InetSocketAddress are listed below. For a list of all members, see the InetSocketAddress Members list.
See Also: Inherited members from Java.Net.SocketAddress
[read-only] | Address | InetAddress. Returns this socket address' address. |
[read-only] | HostName | string. Returns the hostname, doing a reverse DNS lookup on the InetAddress if no hostname string was provided at construction time. |
[read-only] | HostString | string. Returns the hostname if known, or the result of InetAddress.getHostAddress. |
[read-only] | IsUnresolved | bool. Returns whether this socket address is unresolved or not. |
[read-only] | Port | int. Returns this socket address' port. |
[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. |