Pieces

TorrentPackage.Pieces property

Gets a byte array consisting of the concatenation of all 20-byte SHA1 hash values, one per piece.

public byte[] Pieces { get; }

Property Value

A byte array consisting of the concatenation of all 20-byte SHA1 hash values, one per piece.

See Also