SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

proxy_settings_password Property

The password to authenticate to the proxy server.

Syntax

def get_proxy_settings_password() -> str: ...
def set_proxy_settings_password(value: str) -> None: ...

proxy_settings_password = property(get_proxy_settings_password, set_proxy_settings_password)

Default Value

""

Remarks

The password to authenticate to the proxy server.

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