C# Class GameCommon.GameNetworkClient

Inheritance: NetworkClient
Show file Open project: DarrenHassan/GDM4242-GroupD Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GameNetworkClient ( bool entitySystemServiceEnabled ) : System

Protected Methods

Method Description
OnConnectionStatusChanged ( NetworkConnectionStatuses status ) : void
OnReceiveProtocolError ( string message ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GameNetworkClient() public method

public GameNetworkClient ( bool entitySystemServiceEnabled ) : System
entitySystemServiceEnabled bool
return System

OnConnectionStatusChanged() protected method

protected OnConnectionStatusChanged ( NetworkConnectionStatuses status ) : void
status NetworkConnectionStatuses
return void

OnReceiveProtocolError() protected method

protected OnReceiveProtocolError ( string message ) : void
message string
return void