Class RelayData
Represents the data payload of the TorBox Relay status response.
public sealed record RelayData : IEquatable<RelayData>
- Inheritance
-
RelayData
- Implements
- Inherited Members
Properties
CurrentOnline
Gets the number of currently online connections.
[JsonPropertyName("current_online")]
public int CurrentOnline { get; init; }
Property Value
CurrentWorkers
Gets the number of currently active workers.
[JsonPropertyName("current_workers")]
public int CurrentWorkers { get; init; }