C# Class Duality.NetworkProfileServer

Afficher le fichier Open project: BraveSirAndrew/duality Class Usage Examples

Méthodes publiques

Méthode Description
BeginFrame ( ) : void
EndFrame ( IList counters ) : void
Init ( int port ) : void
Shutdown ( ) : void

Private Methods

Méthode Description
OnClientConnected ( TcpClient client ) : void

Method Details

BeginFrame() public static méthode

public static BeginFrame ( ) : void
Résultat void

EndFrame() public static méthode

public static EndFrame ( IList counters ) : void
counters IList
Résultat void

Init() public static méthode

public static Init ( int port ) : void
port int
Résultat void

Shutdown() public static méthode

public static Shutdown ( ) : void
Résultat void