DatagramSocketImpl.SupportedOptions Method

Definition

Returns a set of SocketOptions supported by this impl and by this impl's socket (DatagramSocket or MulticastSocket)

[Android.Runtime.Register("supportedOptions", "()Ljava/util/Set;", "GetSupportedOptionsHandler", ApiSince=33)]
protected virtual System.Collections.Generic.ICollection<Java.Net.ISocketOption>? SupportedOptions ();
[<Android.Runtime.Register("supportedOptions", "()Ljava/util/Set;", "GetSupportedOptionsHandler", ApiSince=33)>]
abstract member SupportedOptions : unit -> System.Collections.Generic.ICollection<Java.Net.ISocketOption>
override this.SupportedOptions : unit -> System.Collections.Generic.ICollection<Java.Net.ISocketOption>

Returns

a Set of SocketOptions

Attributes

Remarks

Returns a set of SocketOptions supported by this impl and by this impl's socket (DatagramSocket or MulticastSocket)

Added in 9.

Java documentation for java.net.DatagramSocketImpl.supportedOptions().

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