Listening Property

If True, the class accepts incoming connections on LocalPort.

Object Oriented Interface

public function getListening();
public function setListening($value);

Procedural Interface

ipworksmq_azurerelayproxy_get($res, 18 );
ipworksmq_azurerelayproxy_set($res, 18, $value );

Default Value

false

Remarks

Use this property to make the class 'listen' (accept connections) on the port specified by the LocalPort property. Setting this property to False will make the class stop listening (please note that this does not close any existing connections).

This property is not available at design time.

Data Type

Boolean

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