listeningAddresses property

  1. @Deprecated('Not supported. Member documentation may have more information.')
List<Address>? listeningAddresses
getter/setter pair

Known listening ports on the node as a generic hint to the management server for filtering :ref:listeners to be returned.

For example, if there is a listener bound to port 80, the list can optionally contain the SocketAddress (0.0.0.0,80). The field is optional and just a hint.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<Address>? listeningAddresses;