C# 클래스 RioSharp.RioTcpClientPool

상속: RioConnectionOrientedSocketPool
파일 보기 프로젝트 열기: aL3891/RioSharp 1 사용 예제들

공개 메소드들

메소드 설명
Connect ( Uri adress ) : Task
RioTcpClientPool ( RioFixedBufferPool sendPool, RioFixedBufferPool revicePool, uint socketCount, uint maxOutstandingReceive = 1024, uint maxOutstandingSend = 1024 ) : System

보호된 메소드들

메소드 설명
SocketIocpError ( int error, RioSharp.RioConnectionOrientedSocket socket, byte status ) : bool
SocketIocpOk ( RioSharp.RioConnectionOrientedSocket socket, byte status ) : bool

비공개 메소드들

메소드 설명
FinalizeRecycle ( RioSharp.RioConnectionOrientedSocket socket ) : void
InitializeSocket ( RioSharp.RioConnectionOrientedSocket socket ) : void

메소드 상세

Connect() 공개 메소드

public Connect ( Uri adress ) : Task
adress System.Uri
리턴 Task

RioTcpClientPool() 공개 메소드

public RioTcpClientPool ( RioFixedBufferPool sendPool, RioFixedBufferPool revicePool, uint socketCount, uint maxOutstandingReceive = 1024, uint maxOutstandingSend = 1024 ) : System
sendPool RioFixedBufferPool
revicePool RioFixedBufferPool
socketCount uint
maxOutstandingReceive uint
maxOutstandingSend uint
리턴 System

SocketIocpError() 보호된 메소드

protected SocketIocpError ( int error, RioSharp.RioConnectionOrientedSocket socket, byte status ) : bool
error int
socket RioSharp.RioConnectionOrientedSocket
status byte
리턴 bool

SocketIocpOk() 보호된 메소드

protected SocketIocpOk ( RioSharp.RioConnectionOrientedSocket socket, byte status ) : bool
socket RioSharp.RioConnectionOrientedSocket
status byte
리턴 bool