SecureBlackbox 2020 Python Edition

Questions / Feedback?

on_disconnect Event

Fires to report a disconnected client.

Syntax

class OCSPServerDisconnectEventParams(object):
  @property
  def connection_id() -> int: ...

# In class OCSPServer:
@property
def on_disconnect() -> Callable[[OCSPServerDisconnectEventParams], None]: ...
@on_disconnect.setter
def on_disconnect(event_hook: Callable[[OCSPServerDisconnectEventParams], None]) -> None: ...

Remarks

The class fires this event when a connected client disconnects.

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