Class PeerManager
Inheritance
System.Object
PeerManager
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 PeerManager
Properties
Available
The number of peers which are available to be connected to.
Declaration
public int Available { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Leechs
Returns the number of Leechs we are currently connected to.
Declaration
public int Leechs { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Seeds
Returns the number of Seeds we are currently connected to.
Declaration
public int Seeds { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |