property IsSecure: Boolean;
Description
Determines whether the connection to the TLS/SSL server is protected.
When you connect to a server that supports TLS/SSL, data will be transferred as plaintext until you switch IsSecure to True.
See Also