Try OpenEdge Now
skip to main content
.NET Open Clients
Accessing Proxy Properties : Alphabetical listing of properties : PROGRESS.Session.TcpKeepAliveInterval
 

PROGRESS.Session.TcpKeepAliveInterval

Data Type:

Integer

Session model:

All
Indicates the interval the client waits before resending a TCP KeepAlive message to the AppServer. You can customize the time interval by any of the following methods:
*Setting the value of the property in the .NET application configuration file. For more information, see the section on checking for failed client connections section in OpenEdge Application Server: Administration.
*Passing the value as an integer parameter in the setTcpKeepAliveProperty method. If a user passes an invalid value for the parameter, TcpKeepAliveInterval, the system takes the default value. For more information, see the section on checking for failed client connections section in OpenEdge Application Server: Administration.

Default:

1000 ms
Note: For more information about the parameter, see Microsoft Windows documentation.