MessageChannel
Overview
MessageChannel is a class in Aspose.Html FOSS for Python.
Pair of linked :class:MessagePort endpoints.
This class provides 1 method for working with MessageChannel objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.Html FOSS for Python package.
Properties: port1, port2.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
port1 | MessagePort | Read | First channel endpoint. |
port2 | MessagePort | Read | Second channel endpoint. |
Methods
| Signature | Description |
|---|---|
__init__() | Calls init on this MessageChannel instance. |