Session state.

Namespace:  Rebex.Net.Servers
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Public Enumeration SessionState
C#
public enum SessionState

Members

Member nameDescription
Supported by the .NET Compact FrameworkClosed
Session is closed.
Supported by the .NET Compact FrameworkInitializing
Session initialization is in progress.
Supported by the .NET Compact FrameworkKeyExchange
Key exchange is in progress.
Supported by the .NET Compact FrameworkAuthentication
Authentication is in progress.
Supported by the .NET Compact FrameworkRunning
Server is active and running.
Supported by the .NET Compact FrameworkClosing
Server is being closed.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also