SSLSocket.SSLEnabled

From Xojo Documentation

Property (As Boolean )
aSSLSocket.SSLEnabled = newBooleanValue
or
BooleanValue = aSSLSocket.SSLEnabled

Supported for all project types and targets.

Set to True to specify an SSL connection.

Notes

If SSLEnabled is False, the SSLSocket transmits data just like a TCPSocket. This property can be toggled at any time.

Sample Code

Me.SSLEnabled = True