SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

proxy_use_i_pv6 Property

Specifies whether IPv6 should be used when connecting through the proxy.

Syntax

def get_proxy_use_i_pv6() -> bool: ...
def set_proxy_use_i_pv6(value: bool) -> None: ...

proxy_use_i_pv6 = property(get_proxy_use_i_pv6, set_proxy_use_i_pv6)

Default Value

FALSE

Remarks

Specifies whether IPv6 should be used when connecting through the proxy.

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