Show / Hide Table of Contents

Class AnnounceResponse

Inheritance
System.Object
AnnounceResponse
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 AnnounceResponse

Constructors

AnnounceResponse(IList<Peer>, String, String)

Declaration
public AnnounceResponse(IList<Peer> peers, string warningMessage, string failureMessage)
Parameters
Type Name Description
System.Collections.Generic.IList<Peer> peers
System.String warningMessage
System.String failureMessage

Properties

FailureMessage

The failure message returned by the tracker.

Declaration
public string FailureMessage { get; }
Property Value
Type Description
System.String

Peers

The list of peers returned by the tracker.

Declaration
public IList<Peer> Peers { get; }
Property Value
Type Description
System.Collections.Generic.IList<Peer>

WarningMessage

The warning message returned by the tracker.

Declaration
public string WarningMessage { get; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX