C# Class socks5.TCP.Stats

Mostrar archivo Open project: ThrDev/Socks5 Class Usage Examples

Public Methods

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

Method Details

AddBytes() public method

public AddBytes ( int bytes, ByteType typ ) : void
bytes int
typ ByteType
return void

AddClient() public method

public AddClient ( ) : void
return void

AddPacket() public method

public AddPacket ( PacketType pkt ) : void
pkt PacketType
return void

ResetClients() public method

public ResetClients ( int count ) : void
count int
return void

Stats() public method

public Stats ( ) : System
return System