C# Class DBServer.Program

Show file Open project: dream-young-soul/soul

Public Methods

Method Description
OnClose ( Socket s ) : void
OnConnect ( Socket s ) : void
OnReceive ( Socket s, byte data, int nSize ) : void

Private Methods

Method Description
LoadGameKernel ( ) : void
LogicRun ( ) : void
Main ( string args ) : void

Method Details

OnClose() public static method

public static OnClose ( Socket s ) : void
s System.Net.Sockets.Socket
return void

OnConnect() public static method

public static OnConnect ( Socket s ) : void
s System.Net.Sockets.Socket
return void

OnReceive() public static method

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