C# 클래스 Universal.Torrent.Client.Managers.ConnectionMonitor

This class is used to track upload/download speed and bytes uploaded/downloaded for each connection
파일 보기 프로젝트 열기: haroldma/Universal.Torrent 1 사용 예제들

비공개 메소드들

메소드 설명
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