Show / Hide Table of Contents

Interface ITorrentFile

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

Properties

EndPieceIndex

Declaration
int EndPieceIndex { get; }
Property Value
Type Description
System.Int32

Length

Declaration
long Length { get; }
Property Value
Type Description
System.Int64

OffsetInTorrent

Declaration
long OffsetInTorrent { get; }
Property Value
Type Description
System.Int64

Path

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

StartPieceIndex

Declaration
int StartPieceIndex { get; }
Property Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX