IPWorks WebSockets 2020 Python Edition

Questions / Feedback?

default_forward_host Property

The default address of the host to which data will be forwarded.

Syntax

def get_default_forward_host() -> str: ...
def set_default_forward_host(value: str) -> None: ...

default_forward_host = property(get_default_forward_host, set_default_forward_host)

Default Value

""

Remarks

When a client connects the class will establish a new connection to the host specified here on the port specified by default_forward_port. Data can then be freely sent and received between the client and host.

You may also override the default value specified here by setting the ForwardHost event parameter within the on_web_socket_open_request event.

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