SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

TLSShutdown Event

Reports closure of a TLS session.

Syntax

typedef struct {
  __int64 ConnectionID;
} TsbxTSPServerTLSShutdownEventParams;

typedef void __fastcall (__closure *TsbxTSPServerTLSShutdownEvent)(System::TObject* Sender, TsbxTSPServerTLSShutdownEventParams *e);

__property TsbxTSPServerTLSShutdownEvent OnTLSShutdown = { read=FOnTLSShutdown, write=FOnTLSShutdown };

Remarks

The component 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 C++ Builder Edition - Version 20.0 [Build 8154]