Show / Hide Table of Contents

Interface ITorrentFileSource

Namespace: MonoTorrent
Assembly: MonoTorrent.dll
Syntax
public interface ITorrentFileSource

Properties

Files

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

TorrentName

Declaration
string TorrentName { get; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX