Table of Contents

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

index int
size int
hash Sha1Hash

Properties

Hash

public Sha1Hash Hash { get; }

Property Value

Sha1Hash

Index

public int Index { get; }

Property Value

int

Size

public int Size { get; }

Property Value

int