Show / Hide Table of Contents

Enum TrackerState

Namespace: MonoTorrent.Client.Tracker
Assembly: MonoTorrent.dll
Syntax
public enum TrackerState

Fields

Name Description
Connecting

Currently sending a request.

InvalidResponse

The tracker was reachable but the response it sent was invalid.

Offline

The tracker was unreachable/offline.

Ok

The most recent request completed successfully.

Unknown

A request has not been sent yet.

In This Article
Back to top Generated by DocFX