C# Class RabbitMQ.ServiceModel.RabbitMQBindingConfigurationElement

Represents the configuration for a RabbitMQBinding.
This configuration element should be imported into the client and server configuration files to provide declarative configuration of a AMQP bound service.
Inheritance: System.ServiceModel.Configuration.StandardBindingElement
Afficher le fichier Open project: Chatham/rabbitmq-dotnet-client

Private Properties

Свойство Type Description
GetProtocol IProtocol

Méthodes publiques

Méthode Description
RabbitMQBindingConfigurationElement ( ) : System

Creates a new instance of the RabbitMQBindingConfigurationElement Class.

RabbitMQBindingConfigurationElement ( string configurationName ) : System

Creates a new instance of the RabbitMQBindingConfigurationElement Class initialized with values from the specified configuration.

Méthodes protégées

Méthode Description
InitializeFrom ( System.ServiceModel.Channels.Binding binding ) : void
OnApplyConfiguration ( System.ServiceModel.Channels.Binding binding ) : void

Private Methods

Méthode Description
GetProtocol ( ) : IProtocol

Method Details

InitializeFrom() protected méthode

protected InitializeFrom ( System.ServiceModel.Channels.Binding binding ) : void
binding System.ServiceModel.Channels.Binding
Résultat void

OnApplyConfiguration() protected méthode

protected OnApplyConfiguration ( System.ServiceModel.Channels.Binding binding ) : void
binding System.ServiceModel.Channels.Binding
Résultat void

RabbitMQBindingConfigurationElement() public méthode

Creates a new instance of the RabbitMQBindingConfigurationElement Class.
public RabbitMQBindingConfigurationElement ( ) : System
Résultat System

RabbitMQBindingConfigurationElement() public méthode

Creates a new instance of the RabbitMQBindingConfigurationElement Class initialized with values from the specified configuration.
public RabbitMQBindingConfigurationElement ( string configurationName ) : System
configurationName string
Résultat System