Share via


LocalSocket.ShutdownInput Method

Definition

Shuts down the input side of the socket.

[Android.Runtime.Register("shutdownInput", "()V", "GetShutdownInputHandler")]
public virtual void ShutdownInput ();
[<Android.Runtime.Register("shutdownInput", "()V", "GetShutdownInputHandler")>]
abstract member ShutdownInput : unit -> unit
override this.ShutdownInput : unit -> unit
Attributes

Exceptions

Remarks

Shuts down the input side of the socket.

Java documentation for android.net.LocalSocket.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