C# Class Duality.TcpChannel

Inheritance: IDisposable
Afficher le fichier Open project: BraveSirAndrew/duality Class Usage Examples

Méthodes publiques

Свойство Type Description
ClientConnected Action

Méthodes publiques

Méthode Description
Dispose ( ) : void
TcpChannel ( int port ) : System

Private Methods

Méthode Description
AcceptClients ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

TcpChannel() public méthode

public TcpChannel ( int port ) : System
port int
Résultat System

Property Details

ClientConnected public_oe property

public Action ClientConnected
Résultat Action