SessionState Enum
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9313)
Session state.
Syntax
public enum SessionState
  Fields
| Name | Description | 
|---|---|
| Authentication | Authentication is in progress.  | 
      
| Closed | Session is closed.  | 
      
| Closing | Server is being closed.  | 
      
| Initializing | Session initialization is in progress.  | 
      
| KeyExchange | Key exchange is in progress.  | 
      
| Running | Server is active and running.  |