C# Class Chat_Server.ChatConnection

This controls the chat connection, when users are attempting to chat on the form. It also ensures that the connections is running properly. Precondition: The connection is running properly. Postcondition: None.
Afficher le fichier Open project: ThomasMoreCollege/CinderellaMGS Class Usage Examples

Méthodes publiques

Méthode Description
ChatConnection ( TcpClient tcpCon ) : System
CloseConnection ( ) : void

Private Methods

Méthode Description
AcceptClient ( ) : void

Method Details

ChatConnection() public méthode

public ChatConnection ( TcpClient tcpCon ) : System
tcpCon System.Net.Sockets.TcpClient
Résultat System

CloseConnection() public méthode

public CloseConnection ( ) : void
Résultat void