C# Class DarkEmu_GameServer.GameSocket

Show file Open project: CarlosX/DarkEmu Class Usage Examples

Public Properties

Property Type Description
ServerStartedTime System.DateTime
debug bool

Public Methods

Method Description
ProcessData ( byte buffer, int Index ) : void

Private Methods

Method Description
OnGameQuit ( PacketReader reader_, int Index_ ) : void
hansh ( int Index ) : void

Method Details

ProcessData() public static method

public static ProcessData ( byte buffer, int Index ) : void
buffer byte
Index int
return void

Property Details

ServerStartedTime public static property

public static DateTime,System ServerStartedTime
return System.DateTime

debug public static property

public static bool debug
return bool