IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

DefaultIdleTimeout Property

The default idle timeout for inactive clients.

Syntax

[VB.NET]
Public Property DefaultIdleTimeout As Integer

[C#]
public int DefaultIdleTimeout {get; set;}

Remarks

This property specifies the idle timeout (in seconds) for clients. When set to a positive value the component will disconnect idle clients after the specified timeout.

This only applies to clients that have not send to received data within DefaultIdleTimeout seconds.

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

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

Default Value

0

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