C# Class Dazzle.Server.Client

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

Méthodes publiques

Méthode Description
Client ( TcpClient tcpClient, byte buffer ) : System

Constructor for a new Client

Method Details

Client() public méthode

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
Résultat System