Represents a request to change the options of a download.
ChangeOption(string gid, Aria2Options options, string? id = null)Changes the options for the download denoted by gid.options is a struct containing option name/value pairs.
https://aria2.github.io/manual/en/html/aria2c.html#aria2.changeOption
gid (string): The GID of the download to modify.
options (Aria2Options): The options to change.
id (string (optional, default: null)): The tracking id for the request. If this is omitted it will be generated automatically.Throws:
Aria2Exception
Thrown when an aria2 error occurs.