Specifies whether secure session is established before sending the data. |
|
|
|
Parameters [DLL]handle - handle to the TElSecureServer object that was returned by Constructor |
|
Description
This property defines the way TElSecureServer establishes session. When TElSecureServer is enabled, it performs it's job i.e. establishes SSL/TLS session and encrypts the data. When Enabled is false, TElSecureServer passes the data unchanged. This lets the application call the same methods regardless on whether the secure or regular session is established.
|
|