SSLSocket.SSLConnected

From Real Software Documentation

Jump to: navigation, search
Property (As Boolean)
The property is read-only.

BooleanValue = aSSLSocket.SSLConnected

True if you have an SSL connection.

Example

if me.SSLConnected then
//connection established with secure communications, proceed ...
else
exit
end
Personal tools