AsynchronousSocketChannel.ShutdownInput Method

Definition

Shutdown the connection for reading without closing the channel.

[Android.Runtime.Register("shutdownInput", "()Ljava/nio/channels/AsynchronousSocketChannel;", "GetShutdownInputHandler", ApiSince=26)]
public abstract Java.Nio.Channels.AsynchronousSocketChannel? ShutdownInput ();
[<Android.Runtime.Register("shutdownInput", "()Ljava/nio/channels/AsynchronousSocketChannel;", "GetShutdownInputHandler", ApiSince=26)>]
abstract member ShutdownInput : unit -> Java.Nio.Channels.AsynchronousSocketChannel

Returns

AsynchronousSocketChannel

The channel

Attributes

Remarks

Java documentation for java.nio.channels.AsynchronousSocketChannel.shutdownInput().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to