SecureBlackbox 2020 Python Edition

Questions / Feedback?

allow_keep_alive Property

Enables or disables keep-alive mode.

Syntax

def get_allow_keep_alive() -> bool: ...
def set_allow_keep_alive(value: bool) -> None: ...

allow_keep_alive = property(get_allow_keep_alive, set_allow_keep_alive)

Default Value

TRUE

Remarks

Use this property to enable or disable the keep-alive connection mode. If keep-alive is enabled, clients that choose to use it may stay connected for a while.

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