Java.Net.InetSocketAddress: Property Members

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

Public Properties

[read-only]
AddressInetAddress. Returns this socket address' address.
[read-only]
HostNamestring. Returns the hostname, doing a reverse DNS lookup on the InetAddress if no hostname string was provided at construction time.
[read-only]
HostStringstring. Returns the hostname if known, or the result of InetAddress.getHostAddress.
[read-only]
IsUnresolvedbool. Returns whether this socket address is unresolved or not.
[read-only]
Portint. Returns this socket address' port.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.