C# 클래스 Gwupe.Communication.P2P.RUDP.Connector.ProxyTcpConnection

상속: Gwupe.Communication.P2P.RUDP.Connector.API.TcpTransportConnection
파일 보기 프로젝트 열기: gwupe/Gwupe 1 사용 예제들

보호된 메소드들

메소드 설명
ProcessTransportSocketRead ( byte read, int length ) : bool
_Close ( ) : void

비공개 메소드들

메소드 설명
ProxyTcpConnection ( TcpClient client, ITcpOverUdptSocket socket ) : System
TcpReaderToTransportSocketWriter ( ) : void

메소드 상세

ProcessTransportSocketRead() 보호된 메소드

protected ProcessTransportSocketRead ( byte read, int length ) : bool
read byte
length int
리턴 bool

_Close() 보호된 메소드

protected _Close ( ) : void
리턴 void