C# Class LaunchServer.TCPServer

Datei anzeigen Open project: N3X15/MineEdit Class Usage Examples

Public Methods

Method Description
SendClientData ( string line ) : void
TCPServer ( string IP, short myport ) : System

Private Methods

Method Description
MainThread ( ) : void
ProcessInput ( string data ) : bool
Wrapper_STDERR ( string dat ) : void
Wrapper_STDOUT ( string dat ) : void

Method Details

SendClientData() public method

public SendClientData ( string line ) : void
line string
return void

TCPServer() public method

public TCPServer ( string IP, short myport ) : System
IP string
myport short
return System