csharp
public record class PlayResponseWhere to go, and the permission to be let in when you get there.
Fields and properties (6)
public PlayStatus StatusWhether anywhere.
public string EndpointThe realm's address, when placed. Empty otherwise.
public string TicketThe encoded TransferTicket. Opaque; the client is a courier.
public string ShardWhich shard, for the client's own logs and for support.
public string ReasonWhy, in a sentence. Always set, including on success.
public TimeSpan RetryAfterHow 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