C# Class DarkEmu_GameServer.Systems.Server

Afficher le fichier Open project: CarlosX/DarkEmu Class Usage Examples

Méthodes publiques

Свойство Type Description
sockdone bool

Méthodes publiques

Méthode Description
ServerCheck ( bool state ) : void
Start ( string ip, int PORT ) : void
Stop ( ) : void

Private Methods

Méthode Description
ClientConnect ( IAsyncResult ar ) : void

Method Details

ServerCheck() public méthode

public ServerCheck ( bool state ) : void
state bool
Résultat void

Start() public méthode

public Start ( string ip, int PORT ) : void
ip string
PORT int
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

sockdone public_oe property

public bool sockdone
Résultat bool