DOFServerConfigBuilderUnsecureTsetMaxSendSilence Method OpenDOF Object Access Library
Set this server's max send silence.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public virtual T setMaxSendSilence(
	int maxSendSilence
)

Parameters

maxSendSilence
Type: SystemInt32
The max send silence to set on this server, in milliseconds. Must be greater than 0.

Return Value

Type: T
The builder.
Remarks

Set this server's max send silence. If no packet is sent for whatever reason during this period of time, then a "heartbeat" or "ping" will be sent.
See Also

Reference