Vixen
dd8b0a81
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 (5)

  • CompositeClientRaceTestsVixen.Net.Transport.Composite.Tests
  • NetworkSessionVixen.Net
  • SessionClientTargetVixen.Fuzz
  • SessionTestsVixen.Net.Tests
  • RealmHostTestsVixen.Live.Realm.Tests