C# 클래스 Squishy.Network.ThrottleGroup

파일 보기 프로젝트 열기: jaddie/WCell-Utility-Bot

공개 메소드들

메소드 설명
Add ( Connection con ) : void
ThrottleGroup ( int maxBytesPerSecond, ThrottleType type ) : System

비공개 메소드들

메소드 설명
PollRead ( ) : long
PollSend ( ) : long

메소드 상세

Add() 공개 메소드

public Add ( Connection con ) : void
con Connection
리턴 void

ThrottleGroup() 공개 메소드

public ThrottleGroup ( int maxBytesPerSecond, ThrottleType type ) : System
maxBytesPerSecond int
type ThrottleType
리턴 System