Interface ITorrentFile
Assembly: MonoTorrent.dll
Syntax
public interface ITorrentFile
Properties
EndPieceIndex
Declaration
int EndPieceIndex { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Length
Declaration
Property Value
| Type |
Description |
| System.Int64 |
|
OffsetInTorrent
Declaration
long OffsetInTorrent { get; }
Property Value
| Type |
Description |
| System.Int64 |
|
Path
Declaration
Property Value
| Type |
Description |
| System.String |
|
StartPieceIndex
Declaration
int StartPieceIndex { get; }
Property Value
| Type |
Description |
| System.Int32 |
|