C# Class LobbyServer.World.Listener

Show file Open project: fiki574/rAPB Class Usage Examples

Public Methods

Method Description
Listener ( String ip, Int32 port ) : System

Private Methods

Method Description
handleWorld ( object client ) : void
listenForClients ( ) : void

Method Details

Listener() public method

public Listener ( String ip, Int32 port ) : System
ip String
port System.Int32
return System