C# Class PBCaGw.GwTcpListener

Monitor a TCP port and creates a new worker chain for each incoming connection.
Inheritance: IDisposable
Afficher le fichier Open project: ISISComputingGroup/EPICS-epicssharp Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GwTcpListener ( Gateway gateway, ChainSide side, IPEndPoint ipSource ) : System

Private Methods

Méthode Description
ReceiveConn ( IAsyncResult result ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GwTcpListener() public méthode

public GwTcpListener ( Gateway gateway, ChainSide side, IPEndPoint ipSource ) : System
gateway Gateway
side ChainSide
ipSource System.Net.IPEndPoint
Résultat System