Show / Hide Table of Contents

Class ConnectionMonitor

This class is used to track upload/download speed and bytes uploaded/downloaded for each connection

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

Properties

DataBytesDownloaded

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

DataBytesUploaded

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

DownloadSpeed

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

ProtocolBytesDownloaded

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

ProtocolBytesUploaded

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

UploadSpeed

Declaration
public long UploadSpeed { get; }
Property Value
Type Description
System.Int64
In This Article
Back to top Generated by DocFX