C# Class MapServer.GameServer

Afficher le fichier Open project: dream-young-soul/soul

Méthodes publiques

Méthode Description
GetTcpServer ( ) : TcpServer
IsTestMode ( ) : bool
LogicRun ( ) : void
Start ( ) : bool
Stop ( ) : void

Private Methods

Méthode Description
OnClose ( Socket s ) : void
OnConnect ( Socket s ) : void
OnReceive ( Socket s, byte data, int nSize ) : void

Method Details

GetTcpServer() public static méthode

public static GetTcpServer ( ) : TcpServer
Résultat GameBase.Network.TcpServer

IsTestMode() public static méthode

public static IsTestMode ( ) : bool
Résultat bool

LogicRun() public static méthode

public static LogicRun ( ) : void
Résultat void

Start() public static méthode

public static Start ( ) : bool
Résultat bool

Stop() public static méthode

public static Stop ( ) : void
Résultat void