C# Class Dazzle.Server.Client

Internal class to join the TCP client and buffer together for easy management in the server
Mostra file Open project: kellabyte/Dazzle.NET Class Usage Examples

Public Methods

Method Description
Client ( TcpClient tcpClient, byte buffer ) : System

Constructor for a new Client

Method Details

Client() public method

Constructor for a new Client
public Client ( TcpClient tcpClient, byte buffer ) : System
tcpClient System.Net.Sockets.TcpClient The TCP client
buffer byte The byte array buffer
return System