Java.Nio.Channels.ServerSocketChannel.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. Server-socket channels support accepting operation, so this method returns SelectionKey.OP_ACCEPT.

[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