Aria2.JsonRpcClient

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

GetServers

Overview

Represents a request to get the servers of a download.


Constructors

GetServers(string gid, string? id = null)

Returns a list of currently connected servers for the download denoted by gid. Each server object contains the original URI, current URI, and download speed.

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

Parameters:

Returns:

A read-only list of Aria2Server objects.

Throws:

Aria2Exception Thrown when an aria2 error occurs.


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