C# Класс socks5.BandwidthCounter

Показать файл Открыть проект

Открытые методы

Метод Описание
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