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

Exibir arquivo Open project: ccidral/courier Class Usage Examples

Public Methods

Method Description
MessageReceiver ( TcpClient client, IFormatter formatter, IHandler handler ) : System
StartReceiving ( ) : void

Private Methods

Method Description
ReadStream ( IAsyncResult result ) : void

Method Details

MessageReceiver() public method

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

StartReceiving() public method

public StartReceiving ( ) : void
return void