Discuss this help topic in SecureBlackbox Forum
Specifies whether secure session is established before sending the data.
Declaration
Description
This property defines the way TElSSLServer establishes session. When TElSSLServer is enabled, it performs its job i.e. establishes SSL/TLS session and encrypts the data. When Enabled is false, TElSSLServer passes the data unchanged. This lets the application call the same methods regardless on whether the secure or regular session is established.
Example: when the socket is used for HTTP transfer, the application can use TElSSLServer's method both for HTTPS and plain HTTP sessions by enabling or disabling TElSSLServer accordingly.