Vixen
02b45cc4
csharp
public enum SessionState

Where 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)

  • Stopped

    Not started.

  • Starting

    Started, and not yet ready — a client that has not finished its handshake.

  • Running

    Running. A server is listening; a client is in and has a player id.

  • Stopping

    Shutting down.

Used by (4)

  • NetworkSessionVixen.Net
  • SessionClientTargetVixen.Net.Fuzz
  • SessionTestsVixen.Net.Tests
  • RealmHostTestsVixen.Live.Realm.Tests