Show / Hide Table of Contents

Class AddTorrentFilesRequest

Request to add new torrents using torrent files.

Inheritance
System.Object
AddTorrentRequestBase
AddTorrentFilesRequest
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
public class AddTorrentFilesRequest : AddTorrentRequestBase

Constructors

| Improve this Doc View Source

AddTorrentFilesRequest()

Initializes a new instance of the AddTorrentFilesRequest class.

Declaration
public AddTorrentFilesRequest()
| Improve this Doc View Source

AddTorrentFilesRequest(IEnumerable<String>)

Initializes a new instance of the AddTorrentFilesRequest class.

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

The torrent files' paths.

| Improve this Doc View Source

AddTorrentFilesRequest(String)

Initializes a new instance of the AddTorrentFilesRequest class.

Declaration
public AddTorrentFilesRequest(string torrentFile)
Parameters
Type Name Description
System.String torrentFile

The torrent file's path.

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>

See Also

AddTorrentRequestBase
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018 Pavel Fedarovich