SecureBlackbox 2020 Python Edition

Questions / Feedback?

on_document_end Event

Marks the successful receipt of the incoming HTML document or file.

Syntax

class SOAPClientDocumentEndEventParams(object):

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

Remarks

This event fires when the document has been received in full.

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