Show / Hide Table of Contents

Class AddTorrentsRequest

Request to add new torrents using torrent files and/or URLs.

Inheritance
System.Object
AddTorrentRequestBase
AddTorrentsRequest
Inherited Members
AddTorrentRequestBase.DownloadFolder
AddTorrentRequestBase.Cookie
AddTorrentRequestBase.Category
AddTorrentRequestBase.SkipHashChecking
AddTorrentRequestBase.Paused
AddTorrentRequestBase.CreateRootFolder
AddTorrentRequestBase.Rename
AddTorrentRequestBase.UploadLimit
AddTorrentRequestBase.DownloadLimit
AddTorrentRequestBase.SequentialDownload
AddTorrentRequestBase.FirstLastPiecePrioritized
AddTorrentRequestBase.AutomaticTorrentManagement
AddTorrentRequestBase.Tags
AddTorrentRequestBase.ContentLayout
AddTorrentRequestBase.RatioLimit
AddTorrentRequestBase.SeedingTimeLimit
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
[ApiLevel(ApiLevel.V2)]
public class AddTorrentsRequest : AddTorrentRequestBase

Constructors

| Improve this Doc View Source

AddTorrentsRequest()

Initializes a new instance of the AddTorrentsRequest class.

Declaration
public AddTorrentsRequest()
| Improve this Doc View Source

AddTorrentsRequest(IEnumerable<String>)

Initializes a new instance of the AddTorrentsRequest class.

Declaration
public AddTorrentsRequest(IEnumerable<string> torrentFiles)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.String> torrentFiles

The torrent files' paths.

| Improve this Doc View Source

AddTorrentsRequest(IEnumerable<String>, IEnumerable<Uri>)

Initializes a new instance of the AddTorrentsRequest class.

Declaration
public AddTorrentsRequest(IEnumerable<string> torrentFiles, IEnumerable<Uri> torrentUrls)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.String> torrentFiles

The torrent files' paths.

System.Collections.Generic.IEnumerable<System.Uri> torrentUrls

The URLs of the torrents to add.

| Improve this Doc View Source

AddTorrentsRequest(IEnumerable<Uri>)

Initializes a new instance of the AddTorrentsRequest class.

Declaration
public AddTorrentsRequest(IEnumerable<Uri> torrentUrls)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.Uri> torrentUrls

The URLs of the torrents to add.

Properties

| Improve this Doc View Source

TorrentFiles

The list of torrent files' paths to add.

Declaration
public ICollection<string> TorrentFiles { get; }
Property Value
Type Description
System.Collections.Generic.ICollection<System.String>
| Improve this Doc View Source

TorrentUrls

The list of torrent URLs.

Declaration
public ICollection<Uri> TorrentUrls { get; }
Property Value
Type Description
System.Collections.Generic.ICollection<System.Uri>
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018 Pavel Fedarovich