C# Class OctoTorrent.Client.SeededPiece

Mostra file Open project: Eskat0n/OctoTorrent Class Usage Examples

Public Properties

Property Type Description
BlocksSent int
Index int
Peer PeerId
SeededAt System.DateTime
TotalBlocks int

Public Methods

Method Description
SeededPiece ( PeerId peer, int index, int totalBlocks ) : System

Method Details

SeededPiece() public method

public SeededPiece ( PeerId peer, int index, int totalBlocks ) : System
peer PeerId
index int
totalBlocks int
return System

Property Details

BlocksSent public_oe property

public int BlocksSent
return int

Index public_oe property

public int Index
return int

Peer public_oe property

public PeerId,OctoTorrent.Client Peer
return PeerId

SeededAt public_oe property

public DateTime,System SeededAt
return System.DateTime

TotalBlocks public_oe property

public int TotalBlocks
return int