Java.Net.SocketImpl.ShutdownOutput Method
Closes the output channel of this socket.

Syntax

[Android.Runtime.Register("shutdownOutput", "()V", "GetShutdownOutputHandler")]
protected virtual void ShutdownOutput ()

Exceptions

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

Remarks

Closes the output 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