C# 클래스 socks5.TCP.Stats

파일 보기 프로젝트 열기: ThrDev/Socks5 1 사용 예제들

공개 메소드들

메소드 설명
AddBytes ( int bytes, ByteType typ ) : void
AddClient ( ) : void
AddPacket ( PacketType pkt ) : void
ResetClients ( int count ) : void
Stats ( ) : System

메소드 상세

AddBytes() 공개 메소드

public AddBytes ( int bytes, ByteType typ ) : void
bytes int
typ ByteType
리턴 void

AddClient() 공개 메소드

public AddClient ( ) : void
리턴 void

AddPacket() 공개 메소드

public AddPacket ( PacketType pkt ) : void
pkt PacketType
리턴 void

ResetClients() 공개 메소드

public ResetClients ( int count ) : void
count int
리턴 void

Stats() 공개 메소드

public Stats ( ) : System
리턴 System