Connection state of a session.
Declaring type: ConnectionState
Namespace: Cassia
Assembly: Cassia
Collapse/Expand Public Fields
  Name Description
Public Field Static Active A user is logged on to the session.
Public Field Static Connected A client is connected to the session.
Public Field Static ConnectQuery The session is in the process of connecting to a client.
Public Field Static Disconnected The session is active, but the client has disconnected from it.
Public Field Static Down The session is down due to an error.
Public Field Static Idle The session is waiting for a client to connect.
Public Field Static Initializing The session is initializing.
Public Field Static Listening The session is listening for connections.
Public Field Static Reset The session is being reset.
Public Field Static Shadowing This session is shadowing another session.
Public Field value__

There is no summary.