csharp
public enum SessionStateWhere a session is in its life.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
StoppedNot started.
StartingStarted, and not yet ready — a client that has not finished its handshake.
RunningRunning. A server is listening; a client is in and has a player id.
StoppingShutting down.
Used by (5)
- CompositeClientRaceTestsVixen.Net.Transport.Composite.Tests
- NetworkSessionVixen.Net
- SessionClientTargetVixen.Fuzz
- SessionTestsVixen.Net.Tests
- RealmHostTestsVixen.Live.Realm.Tests