Class AddTorrentUrlsRequest
Request to add new torrents using torrent URLs.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: QBittorrent.Client
Assembly: QBittorrent.Client.dll
Syntax
public class AddTorrentUrlsRequest : AddTorrentRequestBase
Constructors
| Improve this Doc View SourceAddTorrentUrlsRequest()
Initializes a new instance of the AddTorrentUrlsRequest class.
Declaration
public AddTorrentUrlsRequest()
AddTorrentUrlsRequest(IEnumerable<Uri>)
Initializes a new instance of the AddTorrentUrlsRequest class.
Declaration
public AddTorrentUrlsRequest(IEnumerable<Uri> urls)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.Uri> | urls | The URLs of the torrents to add. |
AddTorrentUrlsRequest(Uri)
Initializes a new instance of the AddTorrentUrlsRequest class.
Declaration
public AddTorrentUrlsRequest(Uri url)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | url | The URL of the torrent to add. |
Properties
| Improve this Doc View SourceTorrentUrls
The list of torrent URLs.
Declaration
public ICollection<Uri> TorrentUrls { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Uri> |