C# Class MonoRemoteDebugger.SharedLib.Server.ClientSession

Afficher le fichier Open project: techl/MonoRemoteDebugger Class Usage Examples

Private Properties

Свойство Type Description
MonoProcessStarted void
StartDebugging void
StartMono void
_proc_Exited void

Méthodes publiques

Méthode Description
ClientSession ( Socket socket ) : System
HandleSession ( ) : void

Private Methods

Méthode Description
MonoProcessStarted ( object sender, EventArgs e ) : void
StartDebugging ( StartDebuggingMessage msg ) : void
StartMono ( ApplicationType type ) : void
_proc_Exited ( object sender, EventArgs e ) : void

Method Details

ClientSession() public méthode

public ClientSession ( Socket socket ) : System
socket Socket
Résultat System

HandleSession() public méthode

public HandleSession ( ) : void
Résultat void