SecureBlackbox 2020 Python Edition

Questions / Feedback?

on_cookie Event

Fired to report a received cookie.

Syntax

class SOAPClientCookieEventParams(object):
  @property
  def cookie_text() -> str: ...

# In class SOAPClient:
@property
def on_cookie() -> Callable[[SOAPClientCookieEventParams], None]: ...
@on_cookie.setter
def on_cookie(event_hook: Callable[[SOAPClientCookieEventParams], None]) -> None: ...

Remarks

The CookieText parameter contains the text of the cookie.

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