Vixen
02b45cc4
csharp
public enum SessionRejectReason

Why a server refused to let somebody in.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

Refusals are specific, and the client is told which one. "Could not connect" is the error message that generates a support ticket; "this build is 1.4.2 and the server is running 1.4.3" is the one that does not.

Fields and properties (7)

  • None

    No reason given.

  • ProtocolMismatch

    The client and server do not speak the same protocol version.

  • ContentMismatch

    They speak the same protocol but do not have the same content built.

  • ServerFull

    The server has as many players as it takes.

  • AuthenticationFailed

    The authenticator said no.

  • AuthenticationTimedOut

    The authenticator never said anything.

  • BadHandshake

    The handshake was malformed, or arrived twice on one connection.

Used by (2)

  • NetworkSessionVixen.Net
  • SessionTestsVixen.Net.Tests