C# 클래스 TDSM.Core.RemoteConsole.RConServer

파일 보기 프로젝트 열기: DeathCradle/Terraria-s-Dedicated-Server-Mod 1 사용 예제들

공개 메소드들

메소드 설명
RConLoop ( ) : void
Start ( string dbPath ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

RConLoop() 공개 정적인 메소드

public static RConLoop ( ) : void
리턴 void

Start() 공개 정적인 메소드

public static Start ( string dbPath ) : void
dbPath string
리턴 void

Stop() 공개 정적인 메소드

public static Stop ( ) : void
리턴 void