SecureBlackbox 2020 Python Edition

Questions / Feedback?

on_session_closed Event

Reports session closure.

Syntax

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

# In class SFTPServer:
@property
def on_session_closed() -> Callable[[SFTPServerSessionClosedEventParams], None]: ...
@on_session_closed.setter
def on_session_closed(event_hook: Callable[[SFTPServerSessionClosedEventParams], None]) -> None: ...

Remarks

This event is fired when a connection identified by ConnectionID has been gracefully closed.

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