C# Class core.ServerInterface.CommHandler

Inheritance: ICommHandler
Show file Open project: Pure-Battlefield/gswat Class Usage Examples

Public Methods

Method Description
Connect ( string address, int port, string password ) : void
Disconnect ( ) : void
NotifyCore ( object sender, ChatEventArgs e ) : void

Method Details

Connect() public method

public Connect ( string address, int port, string password ) : void
address string
port int
password string
return void

Disconnect() public method

public Disconnect ( ) : void
return void

NotifyCore() public method

public NotifyCore ( object sender, ChatEventArgs e ) : void
sender object
e core.Server.ChatEventArgs
return void