Class RelayStatus
Represents the status response from the TorBox Relay API.
public sealed record RelayStatus : IEquatable<RelayStatus>
- Inheritance
-
RelayStatus
- Implements
- Inherited Members
Properties
Data
Gets the relay data containing worker and connection information, or null if not available.
[JsonPropertyName("data")]
public RelayData? Data { get; init; }
Property Value
Status
Gets the current status of the relay service, or null if not available.
[JsonPropertyName("status")]
public string? Status { get; init; }