Aria2.JsonRpcClient

Aria2.JsonRpcClient Documentation - Home | Client | Requests | Models | Examples

TellActive

Overview

Represents a request to get the active downloads.


Constructors

TellActive(string[]? keys = null, string? id = null)

Returns a list of active downloads. Each download’s status is represented as an Aria2Status object.

https://aria2.github.io/manual/en/html/aria2c.html#aria2.tellActive

Parameters:

Returns:

A read-only list of active downloads.

Throws:

Aria2Exception Thrown when an aria2 error occurs.


TellActive(Expression<Func<Aria2Status, object?>> keysSelector, string? id = null)

Returns a list of active downloads. Each download’s status is represented as an Aria2Status object.

https://aria2.github.io/manual/en/html/aria2c.html#aria2.tellActive

Parameters:

Returns:

A read-only list of active downloads.

Throws:

Aria2Exception Thrown when an aria2 error occurs.


Top
© lantean-code - Generated on 2025-04-02