C# Class socks5.TCP.Stats

Afficher le fichier Open project: ThrDev/Socks5 Class Usage Examples

Méthodes publiques

Méthode Description
AddBytes ( int bytes, ByteType typ ) : void
AddClient ( ) : void
AddPacket ( PacketType pkt ) : void
ResetClients ( int count ) : void
Stats ( ) : System

Method Details

AddBytes() public méthode

public AddBytes ( int bytes, ByteType typ ) : void
bytes int
typ ByteType
Résultat void

AddClient() public méthode

public AddClient ( ) : void
Résultat void

AddPacket() public méthode

public AddPacket ( PacketType pkt ) : void
pkt PacketType
Résultat void

ResetClients() public méthode

public ResetClients ( int count ) : void
count int
Résultat void

Stats() public méthode

public Stats ( ) : System
Résultat System