C# Class Courier.Core.Tcp.Message.MessageReceiver

Afficher le fichier Open project: ccidral/courier Class Usage Examples

Méthodes publiques

Méthode Description
MessageReceiver ( TcpClient client, IFormatter formatter, IHandler handler ) : System
StartReceiving ( ) : void

Private Methods

Méthode Description
ReadStream ( IAsyncResult result ) : void

Method Details

MessageReceiver() public méthode

public MessageReceiver ( TcpClient client, IFormatter formatter, IHandler handler ) : System
client System.Net.Sockets.TcpClient
formatter IFormatter
handler IHandler
Résultat System

StartReceiving() public méthode

public StartReceiving ( ) : void
Résultat void