C# Class Mosa.Tool.Debugger.ConnectionProperties.TcpServer

Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
Start ( ) : void
Stop ( ) : void
TcpServer ( DebugServerEngine debugEngine, TcpListener listener ) : System

Private Methods

Méthode Description
onBeginAccept ( object state ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

TcpServer() public méthode

public TcpServer ( DebugServerEngine debugEngine, TcpListener listener ) : System
debugEngine Mosa.Utility.DebugEngine.DebugServerEngine
listener System.Net.Sockets.TcpListener
Résultat System