ServerSettings.MaxIdleDuration Property
Namespace: Rebex.Net.Servers.Core
Assembly: Rebex.FileServer.dll (version 7.0.9083)
MaxIdleDuration
Gets or sets maximum duration of an idle session (in seconds) before it is closed by the server.
Declaration
public int MaxIdleDuration { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Remarks
Setting the value to 0 or -1 disables closing idle sessions. Minimum allowed duration is 30 seconds.