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 |