C# Class LitDev.Client

Show file 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 property

public bool connected
return bool

name public property

public string name
return string

tcpClient public property

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