SecureBlackbox 2020 Python Edition

Questions / Feedback?

timeout Property

Specifies waiting timeout (in milliseconds).

Syntax

def get_timeout() -> int: ...
def set_timeout(value: int) -> None: ...

timeout = property(get_timeout, set_timeout)

Default Value

120000

Remarks

This property specifies the timeout (in milliseconds) to wait for server's response.

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