Java.Nio.Channels.SocketChannel.Open Method
Creates an open and unconnected socket channel.

Syntax

[Android.Runtime.Register("open", "()Ljava/nio/channels/SocketChannel;", "")]
public static SocketChannel 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 unconnected socket channel.

This channel is created by calling openSocketChannel() of the default Java.Nio.Channels.Spi.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