Show / Hide Table of Contents

Class TorrentFileSource

Inheritance
System.Object
TorrentFileSource
Implements
ITorrentFileSource
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 TorrentFileSource : ITorrentFileSource

Constructors

TorrentFileSource(String)

Declaration
public TorrentFileSource(string path)
Parameters
Type Name Description
System.String path

TorrentFileSource(String, Boolean)

Declaration
public TorrentFileSource(string path, bool ignoreHidden)
Parameters
Type Name Description
System.String path
System.Boolean ignoreHidden

Properties

Files

Declaration
public IEnumerable<FileMapping> Files { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<FileMapping>

IgnoreHidden

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

Path

Declaration
public string Path { get; }
Property Value
Type Description
System.String

TorrentName

Declaration
public string TorrentName { get; set; }
Property Value
Type Description
System.String

Implements

ITorrentFileSource
In This Article
Back to top Generated by DocFX