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
Afficher le fichier Open project: rabbitmq/rabbitmq-dotnet-client Class Usage Examples

Protected Properties

Свойство Type Description
m_table object>.IDictionary

Méthodes publiques

Méthode Description
MapMessageReader ( IBasicProperties properties, byte payload ) : System.Collections.Generic

Construct an instance for reading. See BasicMessageReader.

Method Details

MapMessageReader() public méthode

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

Property Details

m_table protected_oe property

protected IDictionary m_table
Résultat object>.IDictionary