SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

proxy_settings_username Property

Specifies the username credential for proxy authentication.

Syntax

def get_proxy_settings_username() -> str: ...
def set_proxy_settings_username(value: str) -> None: ...

proxy_settings_username = property(get_proxy_settings_username, set_proxy_settings_username)

Default Value

""

Remarks

Specifies the username credential for proxy authentication.

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