C# Class Brunet.Messaging.EchoHandler

Inheritance: IDataHandler
Show file Open project: johnynek/brunet

Protected Properties

Property Type Description
REPLY_HEADER ICopyable

Public Methods

Method Description
HandleData ( MemBlock b, ISender return_path, object state ) : void

Method Details

HandleData() public method

public HandleData ( MemBlock b, ISender return_path, object state ) : void
b Brunet.Util.MemBlock
return_path ISender
state object
return void

Property Details

REPLY_HEADER protected static property

protected static ICopyable REPLY_HEADER
return ICopyable