Show / Hide Table of Contents

Interface ITorrentFileInfo

Inherited Members
ITorrentFile.Path
ITorrentFile.StartPieceIndex
ITorrentFile.EndPieceIndex
ITorrentFile.Length
ITorrentFile.OffsetInTorrent
Namespace: MonoTorrent.Client
Assembly: MonoTorrent.dll
Syntax
public interface ITorrentFileInfo : ITorrentFile

Properties

BitField

Declaration
BitField BitField { get; }
Property Value
Type Description
BitField

FullPath

The full path to the file on disk. Can be modified by calling MoveFileAsync(ITorrentFileInfo, String) or MoveFilesAsync(String, Boolean).

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

Priority

The priority of the file when downloading. Can be modified by calling SetFilePriorityAsync(ITorrentFileInfo, Priority)

Declaration
Priority Priority { get; }
Property Value
Type Description
Priority

Extension Methods

ITorrentFileInfoExtensions.BytesDownloaded(ITorrentFileInfo)
In This Article
Back to top Generated by DocFX