Java.Nio.Channels.SocketChannel.ValidOps Method
Gets the valid operations of this channel.

Syntax

[Android.Runtime.Register("validOps", "()I", "")]
[return:Android.Runtime.GeneratedEnum]
public override sealed Operations ValidOps ()

See Also

SelectableChannel.ValidOps

Returns

Documentation for this section has not yet been entered.

Remarks

Gets the valid operations of this channel. Socket channels support connect, read and write operation, so this method returns SelectionKey.OP_CONNECT | SelectionKey.OP_READ | SelectionKey.OP_WRITE.

[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