C# Class ChatRoom.Connection

Show file Open project: cclay/spaceconquest

Public Methods

Method Description
Connection ( TcpClient tcpCon ) : System

Private Methods

Method Description
AcceptClient ( ) : void
CloseConnection ( ) : void

Method Details

Connection() public method

public Connection ( TcpClient tcpCon ) : System
tcpCon System.Net.Sockets.TcpClient
return System