C# Class RabbitMQ.Client.Apigen.Attributes.AmqpContentHeaderFactoryAttribute

This attribute, if placed on a method in IModel, causes the method to be interpreted as a factory method producing a protocol-specific implementation of a common content header interface.
Inheritance: Attribute
Show file Open project: rabbitmq/rabbitmq-dotnet-client

Public Properties

Property Type Description
m_contentClass string

Public Methods

Method Description
AmqpContentHeaderFactoryAttribute ( string contentClass )

Method Details

AmqpContentHeaderFactoryAttribute() public method

public AmqpContentHeaderFactoryAttribute ( string contentClass )
contentClass string

Property Details

m_contentClass public property

public string m_contentClass
return string