Java.Nio.Channels.ServerSocketChannel.Open Method
Creates an open and unbound server-socket channel.

Syntax

[Android.Runtime.Register("open", "()Ljava/nio/channels/ServerSocketChannel;", "")]
public static ServerSocketChannel Open ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif an I/O error occurs.

Remarks

Creates an open and unbound server-socket channel.

This channel is created by calling openServerSocketChannel method of the default SelectorProvider instance.

[Android Documentation]

Requirements

Namespace: Java.Nio.Channels
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1