C# Class ClientApp.Client

Afficher le fichier Open project: projectgroepA1/ProjectgroepA1 Class Usage Examples

Méthodes publiques

Свойство Type Description
reader Communication

Méthodes publiques

Méthode Description
Client ( ServerConnection serverConnection, string hostName, int id ) : System
InsertTime ( string _time ) : void
appendTextToChat ( string message ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Client_FormClosing ( object sender, FormClosingEventArgs e ) : void
Client_Load ( object sender, EventArgs e ) : void
GuiStarter ( ) : void
InitializeComponent ( ) : void

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

PacketsFromServer ( ) : void
UpdateGui ( ) : void
sessions_button_Click ( object sender, EventArgs e ) : void
textBox8_KeyDown ( object sender, KeyEventArgs e ) : void

Method Details

Client() public méthode

public Client ( ServerConnection serverConnection, string hostName, int id ) : System
serverConnection ServerConnection
hostName string
id int
Résultat System

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

InsertTime() public méthode

public InsertTime ( string _time ) : void
_time string
Résultat void

appendTextToChat() public méthode

public appendTextToChat ( string message ) : void
message string
Résultat void

Property Details

reader public_oe property

public Communication,ClientApp reader
Résultat Communication