Rfc1006Base.SetKeepAlive Method

Sets the keep alive time using the specified aliveTime and information.

Namespace: Rfc1006LibNet.Advanced
Assembly:  Rfc1006LibNet.Advanced (in Rfc1006LibNet.Advanced.dll) Version: 1.0.2.0 (1.0.5.3)

C#

protected void SetKeepAlive(
	int aliveTime
)


Parameters

aliveTime
Type: System.Int32
The time in milliseconds after the connection will be closed

Exception Condition
ArgumentOutOfRangeException The is lower than zero.


Reference