C# 클래스 socks5.BandwidthCounter.MiniCounter

Class to manage an adapters current transfer rate
파일 보기 프로젝트 열기: ThrDev/Socks5

공개 프로퍼티들

프로퍼티 타입 설명
bytes ulong
gbytes ulong
kbytes ulong
mbytes ulong
pbytes ulong
tbytes ulong

공개 메소드들

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

Adds bits(total misnomer because bits per second looks a lot better than bytes per second)

ToString ( ) : string

Returns the bits per second since the last time this function was called

메소드 상세

AddBytes() 공개 메소드

Adds bits(total misnomer because bits per second looks a lot better than bytes per second)
public AddBytes ( ulong count ) : void
count ulong The number of bits to add
리턴 void

ToString() 공개 메소드

Returns the bits per second since the last time this function was called
public ToString ( ) : string
리턴 string

프로퍼티 상세

bytes 공개적으로 프로퍼티

public ulong bytes
리턴 ulong

gbytes 공개적으로 프로퍼티

public ulong gbytes
리턴 ulong

kbytes 공개적으로 프로퍼티

public ulong kbytes
리턴 ulong

mbytes 공개적으로 프로퍼티

public ulong mbytes
리턴 ulong

pbytes 공개적으로 프로퍼티

public ulong pbytes
리턴 ulong

tbytes 공개적으로 프로퍼티

public ulong tbytes
리턴 ulong