C# Class DBServer.Program

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

Méthodes publiques

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

Private Methods

Méthode Description
LoadGameKernel ( ) : void
LogicRun ( ) : void
Main ( string args ) : void

Method Details

OnClose() public static méthode

public static OnClose ( Socket s ) : void
s System.Net.Sockets.Socket
Résultat void

OnConnect() public static méthode

public static OnConnect ( Socket s ) : void
s System.Net.Sockets.Socket
Résultat void

OnReceive() public static méthode

public static OnReceive ( Socket s, byte data, int nSize ) : void
s System.Net.Sockets.Socket
data byte
nSize int
Résultat void