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; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also