IPWorks Auth 2020 Python Edition

Questions / Feedback?

proxy_port Property

This property contains the TCP port for the proxy Server (default 80).

Syntax

def get_proxy_port() -> int: ...
def set_proxy_port(value: int) -> None: ...

proxy_port = property(get_proxy_port, set_proxy_port)

Default Value

80

Remarks

This property contains the TCP port for the proxy proxy_server (default 80). See the description of the proxy_server property for details.

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