C# Class TDSM.Core.RemoteConsole.RConServer

Mostra file Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod Class Usage Examples

Public Methods

Method Description
RConLoop ( ) : void
Start ( string dbPath ) : void
Stop ( ) : void

Private Methods

Method Description
AcceptClient ( Socket client ) : RConClient
CheckError ( Socket socket, RConClient>.Dictionary socketToObject ) : void
DisposeClient ( RConClient rcon ) : void
HandleSocketException ( Exception e, bool thrownew = true ) : string
Hash ( string username, string password ) : string
OnServerInitialising ( Entry core ) : void
OnServerStopping ( Entry core ) : void
RConCommand ( ISender sender, ArgumentList args ) : void
ReadFromClient ( RConClient rcon, Socket socket ) : bool

Method Details

RConLoop() public static method

public static RConLoop ( ) : void
return void

Start() public static method

public static Start ( string dbPath ) : void
dbPath string
return void

Stop() public static method

public static Stop ( ) : void
return void