IPWorks MQ 2020 Python Edition

Questions / Feedback?

forwarding_host Property

The address to which traffic will automatically be forwarded.

Syntax

def get_forwarding_host() -> str: ...
def set_forwarding_host(value: str) -> None: ...

forwarding_host = property(get_forwarding_host, set_forwarding_host)

Default Value

""

Remarks

forwarding_host optionally specifies an address to which traffic will be automatically forwarded. Traffic will only be forwarded if both forwarding_host and forwarding_port are specified.

When a connection is made the class will automatically establish a connection to forwarding_host on the port specified by forwarding_port. Data will then flow freely between the connected client and the forwarding_host.

Note: This functionality is not applicable to HTTP requests.

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