C# 클래스 socks5.BandwidthCounter

파일 보기 프로젝트 열기: ThrDev/Socks5

공개 메소드들

메소드 설명
AddBytes ( ulong count ) : void

Adds bytes to the total transfered

BandwidthCounter ( ) : System

Empty constructor, because thats constructive

GetPerSecond ( ) : string

Accesses the current transfer rate, returning the text

ToString ( ) : string

Prints out a relevant string for the bits transfered

메소드 상세

AddBytes() 공개 메소드

Adds bytes to the total transfered
public AddBytes ( ulong count ) : void
count ulong Byte count
리턴 void

BandwidthCounter() 공개 메소드

Empty constructor, because thats constructive
public BandwidthCounter ( ) : System
리턴 System

GetPerSecond() 공개 메소드

Accesses the current transfer rate, returning the text
public GetPerSecond ( ) : string
리턴 string

ToString() 공개 메소드

Prints out a relevant string for the bits transfered
public ToString ( ) : string
리턴 string