C# Class LaunchServer.TCPServer

Afficher le fichier Open project: N3X15/MineEdit Class Usage Examples

Méthodes publiques

Méthode Description
SendClientData ( string line ) : void
TCPServer ( string IP, short myport ) : System

Private Methods

Méthode Description
MainThread ( ) : void
ProcessInput ( string data ) : bool
Wrapper_STDERR ( string dat ) : void
Wrapper_STDOUT ( string dat ) : void

Method Details

SendClientData() public méthode

public SendClientData ( string line ) : void
line string
Résultat void

TCPServer() public méthode

public TCPServer ( string IP, short myport ) : System
IP string
myport short
Résultat System