C# 클래스 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.
상속: Attribute
파일 보기 프로젝트 열기: rabbitmq/rabbitmq-dotnet-client

공개 프로퍼티들

프로퍼티 타입 설명
m_contentClass string

공개 메소드들

메소드 설명
AmqpContentHeaderFactoryAttribute ( string contentClass )

메소드 상세

AmqpContentHeaderFactoryAttribute() 공개 메소드

public AmqpContentHeaderFactoryAttribute ( string contentClass )
contentClass string

프로퍼티 상세

m_contentClass 공개적으로 프로퍼티

public string m_contentClass
리턴 string