url_server Property

The server for the URL.

Syntax

def get_url_server() -> str: ...
def set_url_server(value: str) -> None: ...

url_server = property(get_url_server, set_url_server)

Default Value

""

Remarks

This property contains the server for the URL. The HTTP server name as 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]