C# Class PBCaGw.GwTcpListener

Monitor a TCP port and creates a new worker chain for each incoming connection.
Inheritance: IDisposable
显示文件 Open project: ISISComputingGroup/EPICS-epicssharp Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GwTcpListener ( Gateway gateway, ChainSide side, IPEndPoint ipSource ) : System

Private Methods

Method Description
ReceiveConn ( IAsyncResult result ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GwTcpListener() public method

public GwTcpListener ( Gateway gateway, ChainSide side, IPEndPoint ipSource ) : System
gateway Gateway
side ChainSide
ipSource System.Net.IPEndPoint
return System