Table of Contents

Class RelayStatus

Namespace
TorBoxSDK.Models.Relay
Assembly
TorBoxSDK.dll

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

RelayData

Status

Gets the current status of the relay service, or null if not available.

[JsonPropertyName("status")]
public string? Status { get; init; }

Property Value

string