SSLSockets.IsSupportedSocket(SSLSocket) Method

Definition

[Android.Runtime.Register("isSupportedSocket", "(Ljavax/net/ssl/SSLSocket;)Z", "", ApiSince=29)]
public static bool IsSupportedSocket (Javax.Net.Ssl.SSLSocket socket);
[<Android.Runtime.Register("isSupportedSocket", "(Ljavax/net/ssl/SSLSocket;)Z", "", ApiSince=29)>]
static member IsSupportedSocket : Javax.Net.Ssl.SSLSocket -> bool

Parameters

socket
SSLSocket

Returns

Attributes

Applies to