Gets or sets a value indicating whether to keep active sessions running when the server is stopped.
Namespace:
Rebex.Net.Servers.Core
Assembly:
Rebex.FileServer (in Rebex.FileServer.dll)
Syntax
Visual Basic |
---|
Public Property KeepSessionsAlive As Boolean Get Set |
C# |
---|
public bool KeepSessionsAlive { get; set; } |