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

NameTypeAccessDescription
port1MessagePortReadFirst channel endpoint.
port2MessagePortReadSecond channel endpoint.

Methods

SignatureDescription
__init__()Calls init on this MessageChannel instance.

See Also