C# Class Akka.Interfaced.SlimSocket.Client.TcpConnection

Afficher le fichier Open project: SaladLab/Akka.Interfaced.SlimSocket Class Usage Examples

Méthodes publiques

Méthode Description
Close ( int reason ) : void
CloseSend ( ) : void
Connect ( IPEndPoint remoteEp ) : void
SendPacket ( object packet ) : bool
TcpConnection ( IPacketSerializer serializer, ILog logger ) : System

Private Methods

Méthode Description
ConnectCallback ( IAsyncResult ar ) : void
ProcessRecv ( ) : void
ProcessRecvCallback ( IAsyncResult ar ) : void
ProcessSend ( ) : void
ProcessSendCallback ( IAsyncResult ar ) : void
StartCommunication ( ) : void

Method Details

Close() public méthode

public Close ( int reason ) : void
reason int
Résultat void

CloseSend() public méthode

public CloseSend ( ) : void
Résultat void

Connect() public méthode

public Connect ( IPEndPoint remoteEp ) : void
remoteEp System.Net.IPEndPoint
Résultat void

SendPacket() public méthode

public SendPacket ( object packet ) : bool
packet object
Résultat bool

TcpConnection() public méthode

public TcpConnection ( IPacketSerializer serializer, ILog logger ) : System
serializer IPacketSerializer
logger ILog
Résultat System