Property | Type | Description | |
---|---|---|---|
completeCount | int | ||
downloadedCount | int | ||
failureMessage | string | ||
incompleteCount | int | ||
interval | TimeSpan | ||
minInterval | TimeSpan | ||
status | TrackerStatus | ||
warningMessage | string |
Method | Description | |
---|---|---|
Announce ( TorrentSwifter.Trackers.AnnounceRequest request ) : Task |
Makes an announce request to this tracker.
|
|
Create ( Uri uri ) : |
Creates a tracker from an URI.
|
|
Dispose ( ) : void |
Disposes of this tracker.
|
|
Scrape ( Array infoHashes ) : Task |
Makes a scrape request to this tracker.
|
|
Tracker ( Uri uri ) : System |
Creates a new tracker.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Called when this tracker is being disposed of.
|
public abstract Announce ( TorrentSwifter.Trackers.AnnounceRequest request ) : Task |
||
request | TorrentSwifter.Trackers.AnnounceRequest | The announce request object. |
return | Task |
public static Create ( Uri uri ) : |
||
uri | Uri | The tracker URI. |
return |
protected abstract Dispose ( bool disposing ) : void | ||
disposing | bool | If disposing, otherwise finalizing. |
return | void |
public abstract Scrape ( Array infoHashes ) : Task |
||
infoHashes | Array | The optional array of info hashes. Can be null or empty. |
return | Task |