property DisableCloseSocketOnShutdownAlert: boolean; default False;
Description
Determines whether a connection with the client will be closed when the client requests to shutdown the TLS/SSL session.
Set DisableCloseSocketOnShutdownAlert to True to keep the connection alive when the client requests to shutdown the TLS/SSL session. The TLS connection will be closed, but the socket connection will remain open, and data will be transferred unencrypted between the client and server.
Set DisableCloseSocketOnShutdownAlert to False to close the connection when the client requests to shutdown the TLS/SSL session.
The default value is False.