url_port Property

The port for the URL.

Syntax

def get_url_port() -> int: ...
def set_url_port(value: int) -> None: ...

url_port = property(get_url_port, set_url_port)

Default Value

443

Remarks

This property contains the port for the URL. The HTTP server port is determined by parsing the value set in the url property.

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