Class Piece
- Namespace
- H.Extensions.Torrent.Provider
- Assembly
- H.Extensions.Torrent.dll
public class Piece
- Inheritance
-
Piece
- Inherited Members
- Extension Methods
Constructors
Piece(int)
public Piece(int index)
Parameters
index
int
Piece(int, int, Sha1Hash)
public Piece(int index, int size, Sha1Hash hash)
Parameters
Properties
Hash
public Sha1Hash Hash { get; }
Property Value
Index
public int Index { get; }
Property Value
Size
public int Size { get; }