Gets or sets maximum duration of an idle session (in seconds) before it is closed by the server.
Namespace:
Rebex.Net.Servers.Core
Assembly:
Rebex.FileServer (in Rebex.FileServer.dll)
Syntax
Visual Basic |
---|
Public Property MaxIdleDuration As Integer Get Set |
C# |
---|
public int MaxIdleDuration { get; set; } |
Remarks
Setting the value to 0 or -1 disables closing idle sessions.
Minimum allowed duration is 30 seconds.