The members of Java.Net.InetSocketAddress are listed below.
See Also: Inherited members from Java.Net.SocketAddress
Creates a socket endpoint with the given port number port and no specified address. | ||
Creates a socket endpoint with the given port number port and address. | ||
Creates a socket endpoint with the given port number port and the hostname host. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[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. |
static | CreateUnresolved(string, int)Creates an InetSocketAddress without trying to resolve the hostname into an InetAddress. | |
override | Equals(Java.Lang.Object)Compares two socket endpoints and returns true if they are equal. | |
override | GetHashCode()Returns an integer hash code for this object. |