Java.Net.ServerSocket: Property Members

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

Public Properties

[read-only]
ChannelJava.Nio.Channels.ServerSocketChannel. Returns this socket's ServerSocketChannel, if one exists.
[read-only]
InetAddressInetAddress. Gets the local IP address of this server socket if this socket has ever been bound, null otherwise.
[read-only]
IsBoundbool. Returns whether this server socket is bound to a local address and port or not.
[read-only]
IsClosedbool. Returns whether this server socket is closed or not.
[read-only]
LocalPortint. Gets the local port of this server socket or -1 if the socket is not bound.
[read-only]
LocalSocketAddressSocketAddress. Gets the local socket address of this server socket or null if the socket is unbound.
ReceiveBufferSizeint. Returns this socket's SocketOptions.SoRcvbuf.
ReuseAddressbool. Gets the value of the socket option SocketOptions.SO_REUSEADDR.
SoTimeoutint. Gets the socket SocketOptions.SoTimeout.

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.