Table of Contents

Class RelayData

Namespace
TorBoxSDK.Models.Relay
Assembly
TorBoxSDK.dll

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

int

CurrentWorkers

Gets the number of currently active workers.

[JsonPropertyName("current_workers")]
public int CurrentWorkers { get; init; }

Property Value

int