property IsSecure: boolean; default False;
Description
Determines, whether the connection to the HTTP client is protected, and the HTTPS protocol is used. When you connect to the client supporting HTTPS, data will be transferred as a plain text over HTTP until you set IsSecure to True.
The default value is False.