C# 클래스 Dazzle.Server.Client

Internal class to join the TCP client and buffer together for easy management in the server
파일 보기 프로젝트 열기: kellabyte/Dazzle.NET 1 사용 예제들

공개 메소드들

메소드 설명
Client ( TcpClient tcpClient, byte buffer ) : System

Constructor for a new Client

메소드 상세

Client() 공개 메소드

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
리턴 System