Class PieceManager
Contains the logic for choosing what piece to download next
Inheritance
System.Object
PieceManager
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MonoTorrent.Client
Assembly: MonoTorrent.dll
Syntax
public class PieceManager
Methods
CurrentRequestCountAsync()
Declaration
public Task<int> CurrentRequestCountAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Int32> |