SecureBlackbox 2020 Python Edition

Questions / Feedback?

data_host Property

Host address for incoming data channel connections.

Syntax

def get_data_host() -> str: ...
def set_data_host(value: str) -> None: ...

data_host = property(get_data_host, set_data_host)

Default Value

""

Remarks

Use this property to specify the address for incoming data channel connections, if it is different to host.

In some network environments, in particular, where the server is behind a NAT, there may be a requirement to use a different host address for data connections.

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