C# 클래스 CaSharpServer.CATcpConnection

TCP connection used to communicate with the server and built by the client.
상속: IDisposable
파일 보기 프로젝트 열기: ISISComputingGroup/EPICS-epicssharp 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

보호된 메소드들

메소드 설명
ProcessReceivedData ( Pipe pipe ) : void

비공개 메소드들

메소드 설명
BackgroundProcess ( ) : void
CATcpConnection ( Socket socket, CAServer server ) : System
ReceiveData ( IAsyncResult ar ) : void
Send ( byte data ) : void

Send bytes to the socket. If the data is bigger than 1000 bytes it will be splitted in chunks of 1000 bytes.

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ProcessReceivedData() 보호된 메소드

protected ProcessReceivedData ( Pipe pipe ) : void
pipe Pipe
리턴 void