SocketImpl.SupportedOptions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a set of SocketOptions supported by this impl and by this impl's socket (Socket or ServerSocket)
[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 (Socket or ServerSocket)
Added in 9.
Java documentation for java.net.SocketImpl.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.