C# Class Chat_Server.ChatServerWindow

Afficher le fichier Open project: ThomasMoreCollege/CinderellaMGS

Méthodes publiques

Méthode Description
ChatServerWindow ( ) : System
ConvertIP ( ) : IPAddress
GetIP ( ) : string
mainServer_StatusChanged ( object sender, StatusChangedEventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ChatServerWindow_FormClosing ( object sender, FormClosingEventArgs e ) : void
ChatServerWindow_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

MulticastIP ( ) : void
UpdateStatus ( string strMessage ) : void
getMyIP ( ) : string
listenButton_Click ( object sender, EventArgs e ) : void

Below is where the connection button for the chat server will take place once the button is clicked.

txtLog_TextChanged ( object sender, EventArgs e ) : void

Method Details

ChatServerWindow() public méthode

public ChatServerWindow ( ) : System
Résultat System

ConvertIP() public méthode

public ConvertIP ( ) : IPAddress
Résultat IPAddress

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

GetIP() public méthode

public GetIP ( ) : string
Résultat string

mainServer_StatusChanged() public méthode

public mainServer_StatusChanged ( object sender, StatusChangedEventArgs e ) : void
sender object
e StatusChangedEventArgs
Résultat void