C# Class SRPServer.Listener

interfaces client <-> gameserver connections
Mostra file Open project: SleeplessByte/lidgren-srp6a Class Usage Examples

Protected Properties

Property Type Description
_server Lidgren.Network.NetServer
_serverThread Thread

Public Methods

Method Description
Listener ( ) : System

Client Listener

Start ( ) : void

Start running thread

Private Methods

Method Description
ClientLoop ( ) : void

Client message loop

Method Details

Listener() public method

Client Listener
public Listener ( ) : System
return System

Start() public method

Start running thread
public Start ( ) : void
return void

Property Details

_server protected_oe property

protected NetServer,Lidgren.Network _server
return Lidgren.Network.NetServer

_serverThread protected_oe property

protected Thread _serverThread
return Thread