C# Class GameCommon.GameNetworkClient

Inheritance: NetworkClient
Afficher le fichier Open project: DarrenHassan/GDM4242-GroupD Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GameNetworkClient ( bool entitySystemServiceEnabled ) : System

Méthodes protégées

Méthode Description
OnConnectionStatusChanged ( NetworkConnectionStatuses status ) : void
OnReceiveProtocolError ( string message ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GameNetworkClient() public méthode

public GameNetworkClient ( bool entitySystemServiceEnabled ) : System
entitySystemServiceEnabled bool
Résultat System

OnConnectionStatusChanged() protected méthode

protected OnConnectionStatusChanged ( NetworkConnectionStatuses status ) : void
status NetworkConnectionStatuses
Résultat void

OnReceiveProtocolError() protected méthode

protected OnReceiveProtocolError ( string message ) : void
message string
Résultat void