domain_info Property

The information that is returned by the Server .

Syntax

def get_domain_info() -> str: ...

domain_info = property(get_domain_info, None)

Default Value

""

Remarks

The default value is an empty string. After domain is set and the request completes, it contains the data returned by the server.

This property is read-only.

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