C# Class Gravitation.Comms.Lobby.ServerGameLobbyComms

Inheritance: GameLobbyComms
Show file Open project: thedamoes/Gravitation

Public Methods

Method Description
ServerGameLobbyComms ( String myName ) : System
shutdown ( ) : void
tryCreateComms ( string ip ) : bool

Private Methods

Method Description
serverTransever_newConnectionMade ( object sender, Comms e ) : void

Method Details

ServerGameLobbyComms() public method

public ServerGameLobbyComms ( String myName ) : System
myName String
return System

shutdown() public method

public shutdown ( ) : void
return void

tryCreateComms() public method

public tryCreateComms ( string ip ) : bool
ip string
return bool