Show / Hide Table of Contents

Class TrackerTier

Inheritance
System.Object
TrackerTier
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.Tracker
Assembly: MonoTorrent.dll
Syntax
public class TrackerTier

Properties

ActiveTracker

The ITracker which Announce and Scrape requests will be sent to by default.

Declaration
public ITracker ActiveTracker { get; }
Property Value
Type Description
ITracker

Complete

The number of active peers which have completed downloading. Updated after a successful Scrape. Defaults to 0.

Declaration
public int Complete { get; }
Property Value
Type Description
System.Int32

Downloaded

The number of peers that have ever completed downloading. Updated after a successful Scrape. Defaults to 0.

Declaration
public int Downloaded { get; }
Property Value
Type Description
System.Int32

Incomplete

The number of active peers which have not completed downloading. Updated after a successul Scrape. Defaults to 0.

Declaration
public int Incomplete { get; }
Property Value
Type Description
System.Int32

LastAnnounceSucceeded

Declaration
public bool LastAnnounceSucceeded { get; }
Property Value
Type Description
System.Boolean

LastScrapeSucceeded

Declaration
public bool LastScrapeSucceeded { get; }
Property Value
Type Description
System.Boolean

TimeSinceLastAnnounce

Declaration
public TimeSpan TimeSinceLastAnnounce { get; }
Property Value
Type Description
System.TimeSpan

TimeSinceLastScrape

Declaration
public TimeSpan TimeSinceLastScrape { get; }
Property Value
Type Description
System.TimeSpan

Trackers

A readonly list of all trackers contained within this Tier.

Declaration
public IList<ITracker> Trackers { get; }
Property Value
Type Description
System.Collections.Generic.IList<ITracker>
In This Article
Back to top Generated by DocFX