IP*Works! WS V9 - Online Help
IP*Works! WS V9
Questions / Feedback?

WSConnectionAcceptData Property

Setting this property to False, temporarily disables data reception (and the DataIn event) on the connection.

Object Oriented Interface

public function getWSConnectionAcceptData($connectionid);
public function setWSConnectionAcceptData($connectionid, $value);

Procedural Interface

ipworksws_wsserver_get($res, 3 , $connectionid);
ipworksws_wsserver_set($res, 3, $value , $connectionid);

Default Value

true

Remarks

Setting this property to False, temporarily disables data reception (and the DataIn event) on the connection. Setting this to True, re-enables data reception.

The size of the array is controlled by the WSConnectionCount property.

This property is not available at design time.

Data Type

Boolean

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0