C# Class Universal.Torrent.Client.Managers.ConnectionMonitor

This class is used to track upload/download speed and bytes uploaded/downloaded for each connection
Mostrar archivo Open project: haroldma/Universal.Torrent Class Usage Examples

Private Methods

Method Description
BytesReceived ( int bytesDownloaded, TransferType type ) : void
BytesSent ( int bytesUploaded, TransferType type ) : void
ConnectionMonitor ( ) : Universal.Torrent.Common
ConnectionMonitor ( int averagingPeriod ) : Universal.Torrent.Common
Reset ( ) : void
Tick ( ) : void