SSLSocket.Secure

From Real Software Documentation

Jump to: navigation, search
Property (As Boolean)
aSSLSocket.Secure = newBooleanValue
or
BooleanValue = aSSLSocket.Secure

Set to True to specify an SSL connection.

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

Example

me.Secure=True
Personal tools