C# 클래스 PBCaGw.GwTcpListener

Monitor a TCP port and creates a new worker chain for each incoming connection.
상속: IDisposable
파일 보기 프로젝트 열기: ISISComputingGroup/EPICS-epicssharp 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
GwTcpListener ( Gateway gateway, ChainSide side, IPEndPoint ipSource ) : System

비공개 메소드들

메소드 설명
ReceiveConn ( IAsyncResult result ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GwTcpListener() 공개 메소드

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