C# Class DarkEmu_GameServer.Systems.Server

Show file Open project: CarlosX/DarkEmu Class Usage Examples

Public Properties

Property Type Description
sockdone bool

Public Methods

Method Description
ServerCheck ( bool state ) : void
Start ( string ip, int PORT ) : void
Stop ( ) : void

Private Methods

Method Description
ClientConnect ( IAsyncResult ar ) : void

Method Details

ServerCheck() public method

public ServerCheck ( bool state ) : void
state bool
return void

Start() public method

public Start ( string ip, int PORT ) : void
ip string
PORT int
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

sockdone public property

public bool sockdone
return bool