C# Class Duality.NetworkProfileServer

Mostrar archivo Open project: BraveSirAndrew/duality Class Usage Examples

Public Methods

Method Description
BeginFrame ( ) : void
EndFrame ( IList counters ) : void
Init ( int port ) : void
Shutdown ( ) : void

Private Methods

Method Description
OnClientConnected ( TcpClient client ) : void

Method Details

BeginFrame() public static method

public static BeginFrame ( ) : void
return void

EndFrame() public static method

public static EndFrame ( IList counters ) : void
counters IList
return void

Init() public static method

public static Init ( int port ) : void
port int
return void

Shutdown() public static method

public static Shutdown ( ) : void
return void