Show / Hide Table of Contents

Class AddTorrentUrlsRequest

Request to add new torrents using torrent URLs.

Inheritance
System.Object
AddTorrentRequestBase
AddTorrentUrlsRequest
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 AddTorrentUrlsRequest : AddTorrentRequestBase

Constructors

| Improve this Doc View Source

AddTorrentUrlsRequest()

Initializes a new instance of the AddTorrentUrlsRequest class.

Declaration
public AddTorrentUrlsRequest()
| Improve this Doc View Source

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.

| Improve this Doc View Source

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 Source

TorrentUrls

The list of torrent URLs.

Declaration
public ICollection<Uri> TorrentUrls { get; }
Property Value
Type Description
System.Collections.Generic.ICollection<System.Uri>

See Also

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