SSLSocket.SSLConnecting

From Xojo Documentation

Read-Only Property (As Boolean )
BooleanValue = aSSLSocket.SSLConnecting

Supported for all project types and targets.

True if the socket is in the process of doing a handshake to establish an SSL connection.

Sample Code

If Me.SSLConnecting Then
// proceed with connection
End If