C# Class TDSM.Core.RemoteConsole.RConClient

Inheritance: OTA.Logging.InteractiveLogTarget
Afficher le fichier Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
RConClient ( Socket socket, string addr, int tdsmBuild ) : System
Send ( byte data ) : void
WriteLine ( string data ) : void

Méthodes protégées

Méthode Description
OutputThread ( ) : void
ResetColor ( ) : void
SetColor ( ConsoleColor color ) : void
SignalIncompleteLine ( ) : void

Private Methods

Méthode Description
Greet ( ) : void
ProcessLine ( byte buffer, int at, int count ) : void
ProcessLine ( string line ) : void
ProcessRead ( ) : bool
PromptLogin ( ) : void
PromptPassword ( ) : void
SendHello ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

OutputThread() protected méthode

protected OutputThread ( ) : void
Résultat void

RConClient() public méthode

public RConClient ( Socket socket, string addr, int tdsmBuild ) : System
socket System.Net.Sockets.Socket
addr string
tdsmBuild int
Résultat System

ResetColor() protected méthode

protected ResetColor ( ) : void
Résultat void

Send() public méthode

public Send ( byte data ) : void
data byte
Résultat void

SetColor() protected méthode

protected SetColor ( ConsoleColor color ) : void
color ConsoleColor
Résultat void

SignalIncompleteLine() protected méthode

protected SignalIncompleteLine ( ) : void
Résultat void

WriteLine() public méthode

public WriteLine ( string data ) : void
data string
Résultat void