C# Class ChatClient.Program

Show file Open project: RegrowthStudios/VoxelRTS

Public Methods

Method Description
Connect ( string host, int port ) : void
DisplaySettings ( ) : void
GotMessage ( object peer ) : void
Send ( string text ) : void
Shutdown ( ) : void

Private Methods

Method Description
Main ( ) : void
Output ( string text ) : void

Method Details

Connect() public static method

public static Connect ( string host, int port ) : void
host string
port int
return void

DisplaySettings() public static method

public static DisplaySettings ( ) : void
return void

GotMessage() public static method

public static GotMessage ( object peer ) : void
peer object
return void

Send() public static method

public static Send ( string text ) : void
text string
return void

Shutdown() public static method

public static Shutdown ( ) : void
return void