Java.Net.SocketImpl.ShutdownInput Method
Closes the input channel of this socket.

Syntax

[Android.Runtime.Register("shutdownInput", "()V", "GetShutdownInputHandler")]
protected virtual void ShutdownInput ()

Exceptions

TypeReason
Java.IO.IOExceptionalways because this method should be overridden.

Remarks

Closes the input channel of this socket.

This default implementation always throws an Java.IO.IOException to indicate that the subclass should have overridden this method.

[Android Documentation]

Requirements

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