C# Class YGOSharp.CoreServer

Afficher le fichier Open project: IceYGO/ygosharp Class Usage Examples

Méthodes publiques

Свойство Type Description
DEFAULT_PORT int

Méthodes publiques

Méthode Description
AddClient ( YGOClient client ) : void
CoreServer ( ) : System
Start ( ) : void
Stop ( ) : void
StopDelayed ( ) : void
StopListening ( ) : void
Tick ( ) : void

Private Methods

Méthode Description
Listener_ClientConnected ( NetworkClient client ) : void

Method Details

AddClient() public méthode

public AddClient ( YGOClient client ) : void
client YGOSharp.Network.YGOClient
Résultat void

CoreServer() public méthode

public CoreServer ( ) : System
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

StopDelayed() public méthode

public StopDelayed ( ) : void
Résultat void

StopListening() public méthode

public StopListening ( ) : void
Résultat void

Tick() public méthode

public Tick ( ) : void
Résultat void

Property Details

DEFAULT_PORT public_oe static_oe property

public static int DEFAULT_PORT
Résultat int