C# 클래스 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.
파일 보기 프로젝트 열기: ThomasMoreCollege/CinderellaMGS 1 사용 예제들

공개 메소드들

메소드 설명
ChatConnection ( TcpClient tcpCon ) : System
CloseConnection ( ) : void

비공개 메소드들

메소드 설명
AcceptClient ( ) : void

메소드 상세

ChatConnection() 공개 메소드

public ChatConnection ( TcpClient tcpCon ) : System
tcpCon System.Net.Sockets.TcpClient
리턴 System

CloseConnection() 공개 메소드

public CloseConnection ( ) : void
리턴 void