Show / Hide Table of Contents

Class TorrentEditor

Inheritance
System.Object
EditableTorrent
TorrentEditor
Inherited Members
EditableTorrent.Announce
EditableTorrent.Announces
EditableTorrent.Comment
EditableTorrent.CreatedBy
EditableTorrent.Encoding
EditableTorrent.InfoDict
EditableTorrent.Metadata
EditableTorrent.PieceLength
EditableTorrent.Private
EditableTorrent.Publisher
EditableTorrent.PublisherUrl
EditableTorrent.CheckCanEditSecure()
EditableTorrent.GetCustom(BEncodedString)
EditableTorrent.GetCustomSecure(BEncodedString)
EditableTorrent.SetCustom(BEncodedString, BEncodedValue)
EditableTorrent.SetCustomSecure(BEncodedString, BEncodedValue)
EditableTorrent.RemoveCustom(BEncodedString)
EditableTorrent.RemoveCustomSecure(BEncodedString)
EditableTorrent.GetDictionary(BEncodedDictionary, BEncodedString)
EditableTorrent.GetLong(BEncodedDictionary, BEncodedString)
EditableTorrent.GetString(BEncodedDictionary, BEncodedString)
EditableTorrent.SetDictionary(BEncodedDictionary, BEncodedString, BEncodedDictionary)
EditableTorrent.SetLong(BEncodedDictionary, BEncodedString, Int64)
EditableTorrent.SetString(BEncodedDictionary, BEncodedString, String)
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: MonoTorrent
Assembly: MonoTorrent.dll
Syntax
public class TorrentEditor : EditableTorrent

Constructors

TorrentEditor(BEncodedDictionary)

Declaration
public TorrentEditor(BEncodedDictionary metadata)
Parameters
Type Name Description
BEncodedDictionary metadata

Properties

CanEditSecureMetadata

Declaration
public bool CanEditSecureMetadata { get; set; }
Property Value
Type Description
System.Boolean

Methods

ToDictionary()

Declaration
public BEncodedDictionary ToDictionary()
Returns
Type Description
BEncodedDictionary

ToTorrent()

Declaration
public Torrent ToTorrent()
Returns
Type Description
Torrent
In This Article
Back to top Generated by DocFX