Discuss this help topic in SecureBlackbox Forum
Gracefully closes SSL session.
Declaration
Parameters
Description
This method causes
TElSSLClient to
gracefully close SSL session. Call this method after application has
finished using the connection and is about to close it.
If SSL is not enabled
(Enabled
property is set to false), TElSSLClient does nothing and returns
immediately.
If
Silent parameter is set to
False, TElSSLClient sends closing notification to server.
Set this parameter to
True to prevent sending of notification packet.