IPWorks EDI 2020 Python Edition

Questions / Feedback?

on_ssl_status Event

Shows the progress of the secure connection.

Syntax

class AS2ReceiverSSLStatusEventParams(object):
  @property
  def message() -> str: ...

# In class AS2Receiver:
@property
def on_ssl_status() -> Callable[[AS2ReceiverSSLStatusEventParams], None]: ...
@on_ssl_status.setter
def on_ssl_status(event_hook: Callable[[AS2ReceiverSSLStatusEventParams], None]) -> None: ...

Remarks

The event is fired for informational and logging purposes only. Used to track the progress of the connection.

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