C# 클래스 Akka.Interfaced.SlimSocket.Client.TcpConnection

파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced.SlimSocket 1 사용 예제들

공개 메소드들

메소드 설명
Close ( int reason ) : void
CloseSend ( ) : void
Connect ( IPEndPoint remoteEp ) : void
SendPacket ( object packet ) : bool
TcpConnection ( IPacketSerializer serializer, ILog logger ) : System

비공개 메소드들

메소드 설명
ConnectCallback ( IAsyncResult ar ) : void
ProcessRecv ( ) : void
ProcessRecvCallback ( IAsyncResult ar ) : void
ProcessSend ( ) : void
ProcessSendCallback ( IAsyncResult ar ) : void
StartCommunication ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( int reason ) : void
reason int
리턴 void

CloseSend() 공개 메소드

public CloseSend ( ) : void
리턴 void

Connect() 공개 메소드

public Connect ( IPEndPoint remoteEp ) : void
remoteEp System.Net.IPEndPoint
리턴 void

SendPacket() 공개 메소드

public SendPacket ( object packet ) : bool
packet object
리턴 bool

TcpConnection() 공개 메소드

public TcpConnection ( IPacketSerializer serializer, ILog logger ) : System
serializer IPacketSerializer
logger ILog
리턴 System