Socket.IsInputShutdown Property

Definition

Returns whether the read-half of the socket connection is closed.

public virtual bool IsInputShutdown { [Android.Runtime.Register("isInputShutdown", "()Z", "GetIsInputShutdownHandler")] get; }
[<get: Android.Runtime.Register("isInputShutdown", "()Z", "GetIsInputShutdownHandler")>]
member this.IsInputShutdown : bool

Property Value

true if the input of the socket has been shutdown

Attributes

Remarks

Returns whether the read-half of the socket connection is closed.

Added in 1.4.

Java documentation for java.net.Socket.isInputShutdown().

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