C# Class NSocket.ServerMonitor.MainForm

Afficher le fichier Open project: ODotNet/NSocket

Méthodes publiques

Méthode Description
MainForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ListenerMonitorHandler ( object o ) : void
MainForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
MainForm_Load ( object sender, EventArgs e ) : void
OutputLog ( string format ) : void
UIThreadInvoke ( Action action ) : void
btnStart_Click ( object sender, EventArgs e ) : void
btnStop_Click ( object sender, EventArgs e ) : void
listener_ClientAccepted ( string uid ) : void
listener_OnMsgReceived ( string uid, string info ) : void
listener_OnSended ( string uid, string exception ) : void
listener_StartListenThread ( ) : void
listener_clientDisconnected ( string obj ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

MainForm() public méthode

public MainForm ( ) : System
Résultat System