C# Class Squishy.Network.ThrottleGroup

Afficher le fichier Open project: jaddie/WCell-Utility-Bot

Méthodes publiques

Méthode Description
Add ( Connection con ) : void
ThrottleGroup ( int maxBytesPerSecond, ThrottleType type ) : System

Private Methods

Méthode Description
PollRead ( ) : long
PollSend ( ) : long

Method Details

Add() public méthode

public Add ( Connection con ) : void
con Connection
Résultat void

ThrottleGroup() public méthode

public ThrottleGroup ( int maxBytesPerSecond, ThrottleType type ) : System
maxBytesPerSecond int
type ThrottleType
Résultat System