IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

IdleTimeout Property

The idle timeout for this connection.

Object Oriented Interface

public function getIdleTimeout($connectionid);
public function setIdleTimeout($connectionid, $value);

Procedural Interface

ipworks_ipdaemon_get($res, 9 , $connectionid);
ipworks_ipdaemon_set($res, 9, $value , $connectionid);

Default Value

0

Remarks

The idle timeout for this connection. This property is similar to DefaultIdleTimeout but may be set on a per-connection basis to override DefaultIdleTimeout. This property specifies the idle timeout (in seconds) for the connected client. When set to a positive value the class will disconnect idle clients after the specified timeout.

This only applies to clients that have not send to received data within the specified number of seconds.

If set to 0 (default) no idle timeout is applied.

Note: DoEvents must be called in order for the class to check existing connections.

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

This property is not available at design time.

Data Type

Integer

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]