SocketImpl.SupportsUrgentData Method

Definition

Returns whether or not this SocketImpl supports sending urgent data.

[Android.Runtime.Register("supportsUrgentData", "()Z", "GetSupportsUrgentDataHandler")]
protected virtual bool SupportsUrgentData ();
[<Android.Runtime.Register("supportsUrgentData", "()Z", "GetSupportsUrgentDataHandler")>]
abstract member SupportsUrgentData : unit -> bool
override this.SupportsUrgentData : unit -> bool

Returns

true if urgent data supported

Attributes

Remarks

Returns whether or not this SocketImpl supports sending urgent data. By default, false is returned unless the method is overridden in a sub-class

Added in 1.4.

Java documentation for java.net.SocketImpl.supportsUrgentData().

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