SecureBlackbox 2020 PHP Edition

Questions / Feedback?

TLSShutdown Event

Reports closure of a TLS session.

Object Oriented Interface

public function fireTLSShutdown($param);

Procedural Interface

secureblackbox_tlsserver_register_callback($res, 11, array($this, 'fireTLSShutdown'));

Parameter List


'connectionid'

Remarks

The class fires this event when a connected client closes their TLS session gracefully. This event is typically followed by a Disconnect, which marks the closure of the underlying TCP session.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]