Table of Contents

Interface ITorBoxClient

Namespace
TorBoxSDK
Assembly
TorBoxSDK.dll

Defines the root entry point for the TorBox SDK.

public interface ITorBoxClient : IDisposable
Inherited Members

Remarks

Provides access to the Main, Search, and Relay API clients that together cover the full TorBox platform surface.

Properties

Main

Gets the Main API client, which exposes resource clients for torrents, usenet, web downloads, user management, and more.

IMainApiClient Main { get; }

Property Value

IMainApiClient

Relay

Gets the Relay API client for relay-based operations.

IRelayApiClient Relay { get; }

Property Value

IRelayApiClient

Gets the Search API client for querying torrent and usenet indexers.

ISearchApiClient Search { get; }

Property Value

ISearchApiClient