SSLSocket.SSLConnecting

From Real Software Documentation

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

BooleanValue = aSSLSocket.SSLConnecting

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

Example

if me.SSLConnecting then

// proceed with connection

end if
Personal tools