LumiSoft Net Help
SessionIdleTimeout Property
NamespacesLumiSoft.Net.TCPTCP_Server<(Of <(<'T>)>)>SessionIdleTimeout
Gets or sets maximum allowed session idle time in seconds, after what session will be terminated. Value 0 means unlimited, but this is strongly not recommened.
Declaration Syntax
C#Visual BasicVisual C++F#
public int SessionIdleTimeout { get; set; }
Public Property SessionIdleTimeout As Integer
	Get
	Set
public:
property int SessionIdleTimeout {
	int get ();
	void set (int value);
}
member SessionIdleTimeout : int with get, set
Property Value
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.
ArgumentExceptionIs raised when negative value is passed.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119