C# Class LitDev.Client

Exibir arquivo Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
connected bool
name string
tcpClient System.Net.Sockets.TcpClient

Public Methods

Method Description
Client ( string name, TcpClient tcpClient ) : System

Private Methods

Method Description
Listen ( ) : void

Method Details

Client() public method

public Client ( string name, TcpClient tcpClient ) : System
name string
tcpClient System.Net.Sockets.TcpClient
return System

Property Details

connected public_oe property

public bool connected
return bool

name public_oe property

public string name
return string

tcpClient public_oe property

public TcpClient,System.Net.Sockets tcpClient
return System.Net.Sockets.TcpClient