Class TorrentEditor
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: 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 |