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 name | Description | |
|---|---|---|
| Closed |
Session is closed.
| |
| Initializing |
Session initialization is in progress.
| |
| KeyExchange |
Key exchange is in progress.
| |
| Authentication |
Authentication is in progress.
| |
| Running |
Server is active and running.
| |
| Closing |
Server is being closed.
|