C# Class RabbitMQ.Client.Content.MapMessageReader

Analyzes AMQP Basic-class messages binary-compatible with QPid's "MapMessage" wire encoding.
Inheritance: RabbitMQ.Client.Content.BasicMessageReader, IMapMessageReader
显示文件 Open project: rabbitmq/rabbitmq-dotnet-client Class Usage Examples

Protected Properties

Property Type Description
m_table object>.IDictionary

Public Methods

Method Description
MapMessageReader ( IBasicProperties properties, byte payload ) : System.Collections.Generic

Construct an instance for reading. See BasicMessageReader.

Method Details

MapMessageReader() public method

Construct an instance for reading. See BasicMessageReader.
public MapMessageReader ( IBasicProperties properties, byte payload ) : System.Collections.Generic
properties IBasicProperties
payload byte
return System.Collections.Generic

Property Details

m_table protected_oe property

protected IDictionary m_table
return object>.IDictionary