The properties of Java.Net.ServerSocket are listed below. For a list of all members, see the ServerSocket Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] | Channel | Java.Nio.Channels.ServerSocketChannel. Returns this socket's ServerSocketChannel, if one exists. |
[read-only] | InetAddress | InetAddress. Gets the local IP address of this server socket if this socket has ever been bound, null otherwise. |
[read-only] | IsBound | bool. Returns whether this server socket is bound to a local address and port or not. |
[read-only] | IsClosed | bool. Returns whether this server socket is closed or not. |
[read-only] | LocalPort | int. Gets the local port of this server socket or -1 if the socket is not bound. |
[read-only] | LocalSocketAddress | SocketAddress. Gets the local socket address of this server socket or null if the socket is unbound. |
ReceiveBufferSize | int. Returns this socket's SocketOptions.SoRcvbuf. | |
ReuseAddress | bool. Gets the value of the socket option SocketOptions.SO_REUSEADDR. | |
SoTimeout | int. Gets the socket SocketOptions.SoTimeout. |
[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. |