Vixen
02b45cc4
csharp
public record class PlayResponse

Where to go, and the permission to be let in when you get there.

Read the guide page for this →

Fields and properties (6)

  • public PlayStatus Status

    Whether anywhere.

  • public string Endpoint

    The realm's address, when placed. Empty otherwise.

  • public string Ticket

    The encoded TransferTicket. Opaque; the client is a courier.

  • public string Shard

    Which shard, for the client's own logs and for support.

  • public string Reason

    Why, in a sentence. Always set, including on success.

  • public TimeSpan RetryAfter

    How long to wait before asking again, when Starting.

Methods (1)

  • public PlayResponse(PlayStatus Status, string Endpoint, string Ticket, string Shard, string Reason, TimeSpan RetryAfter)

    Where to go, and the permission to be let in when you get there.

Used by (6)

  • GateClientVixen.Live.Client
  • GateClientTestsVixen.Live.Client.Tests
  • GateJsonVixen.Live.Abstractions
  • GateProtocolTestsVixen.Live.Abstractions.Tests
  • GateServiceVixen.Live.Gate
  • GateServiceTestsVixen.Live.Gate.Tests