Show / Hide Table of Contents

Class AnnounceParameters

Inheritance
System.Object
AnnounceParameters
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 sealed class AnnounceParameters

Properties

BytesDownloaded

Declaration
public long BytesDownloaded { get; }
Property Value
Type Description
System.Int64

BytesLeft

Declaration
public long BytesLeft { get; }
Property Value
Type Description
System.Int64

BytesUploaded

Declaration
public long BytesUploaded { get; }
Property Value
Type Description
System.Int64

ClientEvent

Declaration
public TorrentEvent ClientEvent { get; }
Property Value
Type Description
TorrentEvent

InfoHash

Declaration
public InfoHash InfoHash { get; }
Property Value
Type Description
InfoHash

IPAddress

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

PeerId

Declaration
public BEncodedString PeerId { get; }
Property Value
Type Description
BEncodedString

Port

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

RequireEncryption

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

SupportsEncryption

Declaration
public bool SupportsEncryption { get; }
Property Value
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX